Skip to content

Commit

Permalink
iwlegacy: rename iwl-prph.h to prph.h
Browse files Browse the repository at this point in the history
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
  • Loading branch information
Stanislaw Gruszka committed Nov 15, 2011
1 parent 47ef694 commit e8c39d4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion drivers/net/wireless/iwlegacy/3945.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/wireless/iwlegacy/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.

0 comments on commit e8c39d4

Please sign in to comment.