Coding style and cosmetics (trivial).
[coreboot.git] / src / superio / fintek / f71805f / chip.h
index 77bb9b92f73909dde198ccb10553b800eaf27a8f..355e019569e8d9fec10916d0e38e626d62e53b6e 100644 (file)
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#include <uart8250.h>
+
 struct chip_operations;
 extern struct chip_operations superio_fintek_f71805f_ops;
 
-#include <uart8250.h>
-
 struct superio_fintek_f71805f_config {
        struct uart8250 com1, com2;
 };