commit | 9d9779e723a5d23b94abbe5bb7d1197921f6f3dd | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <[email protected]> | Sun Jul 03 15:21:01 2011 -0400 |
committer | Paul Gortmaker <[email protected]> | Mon Oct 31 19:31:07 2011 -0400 |
tree | 19c5f0910a919c3a230867f1aec1f81daedf1f4c | |
parent | 5270f31222315de96a3ee00ecde5ad97528cacab [diff] |
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 <[email protected]>