diff options
author | Joonyoung Shim <jy0922.shim@samsung.com> | 2011-03-11 07:54:48 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-05-20 14:27:47 +0200 |
commit | 474fdc0822abd36d38041c0f02513adb5006f6cb (patch) | |
tree | 8ab1f601aac931296b6abb9febacd53941a1583e /drivers/media/radio/si470x/radio-si470x.h | |
parent | [media] radio-si470x: convert to dev_pm_ops (diff) | |
download | linux-474fdc0822abd36d38041c0f02513adb5006f6cb.tar.xz linux-474fdc0822abd36d38041c0f02513adb5006f6cb.zip |
[media] radio-si470x: convert to use request_threaded_irq()
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/si470x/radio-si470x.h')
-rw-r--r-- | drivers/media/radio/si470x/radio-si470x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/radio/si470x/radio-si470x.h b/drivers/media/radio/si470x/radio-si470x.h index 9ef671657771..68da001b09dc 100644 --- a/drivers/media/radio/si470x/radio-si470x.h +++ b/drivers/media/radio/si470x/radio-si470x.h @@ -182,7 +182,6 @@ struct si470x_device { #if defined(CONFIG_I2C_SI470X) || defined(CONFIG_I2C_SI470X_MODULE) struct i2c_client *client; - struct work_struct radio_work; #endif }; |