aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/ov534.c
diff options
context:
space:
mode:
authorJean-François Moine <moinejf@free.fr>2011-01-13 03:20:29 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-01-19 08:45:35 -0500
commit95c967c167785eb991cf6b22fb854dd8d61d0ff8 (patch)
treea182e8117e53ad46d28c9201bcf967433387d680 /drivers/media/video/gspca/ov534.c
parent0beb6714e787ae46e1c1fc5e275452c1950ad141 (diff)
[media] gspca: Remove __devinit, __devinitconst and __devinitdata
__devinit* must not be used in USB drivers. Signed-off-by: Jean-François Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/ov534.c')
-rw-r--r--drivers/media/video/gspca/ov534.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/ov534.c b/drivers/media/video/gspca/ov534.c
index 0edf93973b1..ba8e56c3fc8 100644
--- a/drivers/media/video/gspca/ov534.c
+++ b/drivers/media/video/gspca/ov534.c
@@ -1289,7 +1289,7 @@ static const struct sd_desc sd_desc = {
1289}; 1289};
1290 1290
1291/* -- module initialisation -- */ 1291/* -- module initialisation -- */
1292static const __devinitdata struct usb_device_id device_table[] = { 1292static const struct usb_device_id device_table[] = {
1293 {USB_DEVICE(0x1415, 0x2000)}, 1293 {USB_DEVICE(0x1415, 0x2000)},
1294 {} 1294 {}
1295}; 1295};