iwlegacy: rename iwl-prph.h to prph.h
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
This commit is contained in:
parent
47ef694dd4
commit
e8c39d4e62
3 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue