aboutsummaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71863fg
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-04-23 17:01:45 +1000
committerPatrick Georgi <patrick@georgi-clan.de>2014-04-26 13:48:36 +0200
commit6d51f6b2e8f4633a85d983b5bf8dcfc429df4c6c (patch)
treeeacabf4b6451627271199515a469452cae02472b /src/superio/fintek/f71863fg
parent20f25dd5c8a513ee136e9f6d8c67959591298617 (diff)
superio/fintek/*: Fix header style
Remove some redundant includes. Fix repetitiveness in include guards and strip some misplaced tabs for whitespaces. Change-Id: I1f0bf6951cc6714f63e88b323754515fb02c089c Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/5572 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/superio/fintek/f71863fg')
-rw-r--r--src/superio/fintek/f71863fg/chip.h1
-rw-r--r--src/superio/fintek/f71863fg/f71863fg.h20
2 files changed, 10 insertions, 11 deletions
diff --git a/src/superio/fintek/f71863fg/chip.h b/src/superio/fintek/f71863fg/chip.h
index 4d2652e0d3..a2c04d7c87 100644
--- a/src/superio/fintek/f71863fg/chip.h
+++ b/src/superio/fintek/f71863fg/chip.h
@@ -22,7 +22,6 @@
#define SUPERIO_FINTEK_F71863FG_CHIP_H
#include <pc80/keyboard.h>
-#include <device/device.h>
struct superio_fintek_f71863fg_config {
diff --git a/src/superio/fintek/f71863fg/f71863fg.h b/src/superio/fintek/f71863fg/f71863fg.h
index 127a120ba7..c29ddbe05e 100644
--- a/src/superio/fintek/f71863fg/f71863fg.h
+++ b/src/superio/fintek/f71863fg/f71863fg.h
@@ -18,21 +18,21 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef SUPERIO_FINTEK_F71863FG_F71863FG_H
-#define SUPERIO_FINTEK_F71863FG_F71863FG_H
+#ifndef SUPERIO_FINTEK_F71863FG_H
+#define SUPERIO_FINTEK_F71863FG_H
/* Logical Device Numbers (LDN). */
#define F71863FG_FDC 0x00 /* Floppy */
#define F71863FG_SP1 0x01 /* UART1 */
-#define F71863FG_SP2 0x02 /* UART2 */
+#define F71863FG_SP2 0x02 /* UART2 */
#define F71863FG_PP 0x03 /* Parallel port */
-#define F71863FG_HWM 0x04 /* Hardware monitor */
-#define F71863FG_KBC 0x05 /* PS/2 keyboard and mouse */
-#define F71863FG_GPIO 0x06 /* General Purpose I/O (GPIO) */
-#define F71863FG_VID 0x07 /* VID */
-#define F71863FG_SPI 0x08 /* SPI */
-#define F71863FG_PME 0x0a /* Power Management Events (PME) and ACPI */
+#define F71863FG_HWM 0x04 /* Hardware monitor */
+#define F71863FG_KBC 0x05 /* PS/2 keyboard and mouse */
+#define F71863FG_GPIO 0x06 /* General Purpose I/O (GPIO) */
+#define F71863FG_VID 0x07 /* VID */
+#define F71863FG_SPI 0x08 /* SPI */
+#define F71863FG_PME 0x0a /* Power Management Events (PME) and ACPI */
void f71863fg_enable_serial(device_t dev, u16 iobase);
-#endif /* SUPERIO_FINTEK_F71863FG_F71863FG_H */
+#endif /* SUPERIO_FINTEK_F71863FG_H */