Skip to content

Commit

Permalink
[media] staging: se401 depends on USB
Browse files Browse the repository at this point in the history
Fix build errors by adding "depends on USB":

ERROR: "usb_register_driver" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_alloc_urb" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_submit_urb" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_control_msg" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_free_urb" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_kill_urb" [drivers/staging/se401/se401.ko] undefined!
ERROR: "usb_deregister" [drivers/staging/se401/se401.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Randy Dunlap authored and Mauro Carvalho Chehab committed Dec 31, 2010
1 parent 798cf31 commit ef98a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/se401/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config USB_SE401
tristate "USB SE401 Camera support (DEPRECATED)"
depends on VIDEO_DEV && VIDEO_V4L2_COMMON
depends on VIDEO_DEV && VIDEO_V4L2_COMMON && USB
---help---
Say Y here if you want to connect this type of camera to your
computer's USB port. See <file:Documentation/video4linux/se401.txt>
Expand Down

0 comments on commit ef98a2c

Please sign in to comment.