]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drivers/net: Add module.h to drivers who were implicitly using it
authorJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 05:27:55 +0000 (13:27 +0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 06:29:58 +0000 (14:29 +0800)
commitf19d1e62002634663b92ae852070a66ee74197f9
tree2704b6dca1df4fbf08978ab2d6303eb8b0c6b87a
parentc48e5160a491839d7fce7e16289b4c08b471570e
drivers/net: Add module.h to drivers who were implicitly using it

The device.h header was including module.h, making it present for
most of these drivers.  But we want to clean that up.  Call out the
include of module.h in the modular network drivers.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
(backported from commit 9d9779e723a5d23b94abbe5bb7d1197921f6f3dd)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000e/param.c