Commit a5b74e69e1238eb46a6fcf2b9dc9d0e4efbb4e46

Authored by Sreedhara DS
Committed by Matthew Garrett
1 parent 804f8681a9

intel_scu_ipc: tidy up unused bits

Delete unused constants IPC_CMD_INDIRECT_RD and IPC_CMD_INDIRECT_WR
Remove multiple inclusion of header file "asm/mrst.h"

Signed-off-by: Sreedhara DS <sreedhara.ds@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>

Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff

drivers/platform/x86/intel_scu_ipc.c
... ... @@ -38,10 +38,6 @@
38 38 #define IPC_CMD_PCNTRL_R 1 /* Register read */
39 39 #define IPC_CMD_PCNTRL_M 2 /* Register read-modify-write */
40 40  
41   -/* Miscelaneous Command ids */
42   -#define IPC_CMD_INDIRECT_RD 2 /* 32bit indirect read */
43   -#define IPC_CMD_INDIRECT_WR 5 /* 32bit indirect write */
44   -
45 41 /*
46 42 * IPC register summary
47 43 *