diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-08-30 13:58:27 +0200 |
---|---|---|
committer | Stanislaw Gruszka <sgruszka@redhat.com> | 2011-11-15 12:59:02 +0100 |
commit | af038f404ffb851dcefa0c56c5c81cacd06f0903 (patch) | |
tree | 5384b91ec6a3298ac90ff9943d029b4af400f639 /drivers/net/wireless/iwlegacy/4965-debug.c | |
parent | 8f29b456f8b2c560819f698b82ef2efc09ac47c5 (diff) |
iwlegacy: move iwl-4965-{,hw,debugfs,calib}.h to 4965.h
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/4965-debug.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/4965-debug.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlegacy/4965-debug.c b/drivers/net/wireless/iwlegacy/4965-debug.c index 89e5828ce38..825d0aa707e 100644 --- a/drivers/net/wireless/iwlegacy/4965-debug.c +++ b/drivers/net/wireless/iwlegacy/4965-debug.c @@ -25,8 +25,9 @@ * Intel Linux Wireless <ilw@linux.intel.com> * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 *****************************************************************************/ -#include "iwl-4965.h" -#include "iwl-4965-debugfs.h" +#include "iwl-dev.h" +#include "iwl-core.h" +#include "4965.h" static const char *fmt_value = " %-30s %10u\n"; static const char *fmt_table = " %-30s %10u %10u %10u %10u\n"; |