Skip to content

Commit 59aa78e

Browse files
westeriandy-shev
authored andcommitted
platform/x86: intel_scu_ipc: Drop unused macros
These macros are not used anywhere in the driver so drop them. Signed-off-by: Mika Westerberg <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]>
1 parent a5f04a2 commit 59aa78e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

drivers/platform/x86/intel_scu_ipc.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@
2626
#include <asm/intel_scu_ipc.h>
2727

2828
/* IPC defines the following message types */
29-
#define IPCMSG_WATCHDOG_TIMER 0xF8 /* Set Kernel Watchdog Threshold */
30-
#define IPCMSG_BATTERY 0xEF /* Coulomb Counter Accumulator */
31-
#define IPCMSG_FW_UPDATE 0xFE /* Firmware update */
32-
#define IPCMSG_PCNTRL 0xFF /* Power controller unit read/write */
33-
#define IPCMSG_FW_REVISION 0xF4 /* Get firmware revision */
29+
#define IPCMSG_PCNTRL 0xff /* Power controller unit read/write */
3430

3531
/* Command id associated with message IPCMSG_PCNTRL */
3632
#define IPC_CMD_PCNTRL_W 0 /* Register write */

0 commit comments

Comments
 (0)