OSDN Git Service

iwlegacy: rename iwl-prph.h to prph.h
authorStanislaw Gruszka <sgruszka@redhat.com>
Wed, 31 Aug 2011 12:09:39 +0000 (14:09 +0200)
committerStanislaw Gruszka <sgruszka@redhat.com>
Tue, 15 Nov 2011 13:20:27 +0000 (14:20 +0100)
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
drivers/net/wireless/iwlegacy/3945.h
drivers/net/wireless/iwlegacy/common.h
drivers/net/wireless/iwlegacy/prph.h [moved from drivers/net/wireless/iwlegacy/iwl-prph.h with 100% similarity]

index 5e4fcbc..33233ab 100644 (file)
@@ -35,7 +35,6 @@
 extern const struct pci_device_id il3945_hw_card_ids[];
 
 #include "common.h"
-#include "iwl-prph.h"
 #include "iwl-debug.h"
 
 /* Highest firmware API version supported */
index 8e4450e..8ae4e3f 100644 (file)
@@ -36,7 +36,7 @@
 
 #include "commands.h"
 #include "csr.h"
-#include "iwl-prph.h"
+#include "prph.h"
 #include "iwl-debug.h"
 
 struct il_host_cmd;