Skip to content

Commit

Permalink
v4l: Export v4l2-common.h in include/linux/Kbuild
Browse files Browse the repository at this point in the history
v4l2-common.h is a header file that's used in user space, thus it must be
exported using header-y.

Signed-off-by: Sakari Ailus <[email protected]>
Reported-by: Stephen Rothwell <[email protected]>
Tested-by: Stephen Rothwell <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed Jul 12, 2012
1 parent b7e3863 commit 2cefabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ header-y += usbdevice_fs.h
header-y += utime.h
header-y += utsname.h
header-y += uvcvideo.h
header-y += v4l2-common.h
header-y += v4l2-dv-timings.h
header-y += v4l2-mediabus.h
header-y += v4l2-subdev.h
Expand Down

0 comments on commit 2cefabc

Please sign in to comment.