Skip to content

Commit

Permalink
cciss: export linux/cciss_defs.h header
Browse files Browse the repository at this point in the history
'make headers_check' began to fail after cciss_defs.h was introduced in:
   429c42c

usr/include/linux/cciss_ioctl.h:6: included file 'linux/cciss_defs.h' is not exported

Fix this by exporting cciss_defs.h

Signed-off-by: dann frazier <dannf@hp.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
dann frazier authored and Jens Axboe committed Feb 23, 2010
1 parent c4081ba commit d02f0cf
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 @@ -43,6 +43,7 @@ header-y += blkpg.h
header-y += bpqether.h
header-y += bsg.h
header-y += can.h
header-y += cciss_defs.h
header-y += cdk.h
header-y += chio.h
header-y += coda_psdev.h
Expand Down

0 comments on commit d02f0cf

Please sign in to comment.