summaryrefslogtreecommitdiff
path: root/src/superio/nuvoton/common/hwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nuvoton/common/hwm.c')
-rw-r--r--src/superio/nuvoton/common/hwm.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/superio/nuvoton/common/hwm.c b/src/superio/nuvoton/common/hwm.c
deleted file mode 100644
index fb7b79ce69..0000000000
--- a/src/superio/nuvoton/common/hwm.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-
-/* Nuvoton is a Winbond spin-off, so this code is for both */
-
-#include <stdint.h>
-#include <superio/hwm5_conf.h>
-#include "hwm.h"
-
-#define HWM_BANK_SELECT 0x4e
-
-void nuvoton_hwm_select_bank(const u16 base, const u8 bank)
-{
- pnp_write_hwm5_index(base, HWM_BANK_SELECT, bank);
-}