Cosmetic changes: push includes to top of file in chip.h files.
Signed-off-by: Roger Zauner <roger@eskimo.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2671 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
4c0d39fc59
commit
cbe4e1f3d2
|
@ -1,8 +1,8 @@
|
|||
extern struct chip_operations superio_winbond_w83627hf_ops;
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_winbond_w83627hf_ops;
|
||||
|
||||
struct superio_winbond_w83627hf_config {
|
||||
struct uart8250 com1, com2;
|
||||
struct pc_keyboard keyboard;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
extern struct chip_operations superio_winbond_w83627thf_ops;
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_winbond_w83627thf_ops;
|
||||
|
||||
struct superio_winbond_w83627thf_config {
|
||||
struct uart8250 com1, com2;
|
||||
struct pc_keyboard keyboard;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
extern struct chip_operations superio_winbond_w83977tf_ops;
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
extern struct chip_operations superio_winbond_w83977tf_ops;
|
||||
|
||||
struct superio_winbond_w83977tf_config {
|
||||
struct uart8250 com1, com2;
|
||||
struct pc_keyboard keyboard;
|
||||
|
|
Loading…
Reference in New Issue