aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83697hf/w83697hf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83697hf/w83697hf.h')
-rw-r--r--src/superio/winbond/w83697hf/w83697hf.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/superio/winbond/w83697hf/w83697hf.h b/src/superio/winbond/w83697hf/w83697hf.h
index 756fa9813b..52466a8e96 100644
--- a/src/superio/winbond/w83697hf/w83697hf.h
+++ b/src/superio/winbond/w83697hf/w83697hf.h
@@ -17,8 +17,6 @@
#ifndef SUPERIO_WINBOND_W83697HF_H
#define SUPERIO_WINBOND_W83697HF_H
-#include <arch/io.h>
-
#define W83697HF_FDC 0 /* Floppy */
#define W83697HF_PP 1 /* Parallel port */
#define W83697HF_SP1 2 /* Com1 */
@@ -30,9 +28,4 @@
#define W83697HF_ACPI 10 /* ACPI */
#define W83697HF_HWM 11 /* Hardware monitor */
-void w83697hf_set_clksel_48(pnp_devfn_t);
-
-/* Depreciated, use winbond_enable_serial() */
-void w83697hf_enable_serial(pnp_devfn_t dev, u16 iobase);
-
#endif /* SUPERIO_WINBOND_W83697HF_H */