]> git.karo-electronics.de Git - karo-tx-linux.git/commit
miscdevice.h: fix up implicit use of lists and types
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 29 Aug 2011 19:22:17 +0000 (15:22 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Oct 2011 18:10:14 +0000 (14:10 -0400)
commitc8dddca3c174f787b571ef62d87507f296c5ecf6
treed2e4a9a18bae3725e72a6c38df2ca677bb503d17
parentb3a6e5af28e318d87dccb6e6470c15300f83af95
miscdevice.h: fix up implicit use of lists and types

By removing the implicit presence of module.h from this file, we
will see things like:

In file included from fs/dlm/user.c:9:
include/linux/miscdevice.h:50: error: field ‘list’ has incomplete type
include/linux/miscdevice.h:54: error: expected specifier-qualifier-list before ‘mode_t’

Call out lists.h and types.h for inclusion to fix each of the
above respectively.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
include/linux/miscdevice.h