]> git.neil.brown.name Git - history.git/commit
[PATCH] Fix for CONFIG_VIDEO_DEV=y
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 5 Dec 2002 13:55:48 +0000 (05:55 -0800)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 5 Dec 2002 13:55:48 +0000 (05:55 -0800)
commitb9e9691c018fe7fbc903dbcf696def6bf5606575
treed74e07b296d2566acb0de826d6b6941fdaa84415
parente26008f7cac7fc6c15fc1a5dbd444cef802fea54
[PATCH] Fix for CONFIG_VIDEO_DEV=y

(Included in 2.4)
From:  Christopher Hoover <ch@hpl.hp.com>

  The #ifdef MODULE is just wrong, but both #ifdef/#endif's can be
  deleted as the code is surround by a wider #ifdef
  CONFIG_VIDEO_PROC_FS/#endif.
drivers/media/video/videodev.c