From: Paul Gortmaker Date: Mon, 29 Aug 2011 19:22:17 +0000 (-0400) Subject: miscdevice.h: fix up implicit use of lists and types X-Git-Tag: v3.2-rc1~22^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1986c93f09c98628d68bec773c16322fb5b88c38;p=pandora-kernel.git 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 --- Reading git-diff-tree failed