[coreboot-gerrit] New patch to review for coreboot: 2bdfb8d superio/smsc/fdc37n972: Trivial cleanup reorder headers

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Mon Jun 16 08:50:56 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6042

-gerrit

commit 2bdfb8d593f38da16c2b9d934c3b5af18f2ec921
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Mon Jun 16 16:48:44 2014 +1000

    superio/smsc/fdc37n972: Trivial cleanup reorder headers
    
    Alphabetise headers and a few trivial cleanups.
    
    Change-Id: Ib8c8362962297cb59671d8274df8e4945373f94b
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/superio/smsc/fdc37n972/Makefile.inc | 1 -
 src/superio/smsc/fdc37n972/fdc37n972.c  | 3 ++-
 src/superio/smsc/fdc37n972/fdc37n972.h  | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/superio/smsc/fdc37n972/Makefile.inc b/src/superio/smsc/fdc37n972/Makefile.inc
index 5d4b37e..120bd94 100644
--- a/src/superio/smsc/fdc37n972/Makefile.inc
+++ b/src/superio/smsc/fdc37n972/Makefile.inc
@@ -18,4 +18,3 @@
 ##
 
 ramstage-$(CONFIG_SUPERIO_SMSC_FDC37N972) += fdc37n972.c
-
diff --git a/src/superio/smsc/fdc37n972/fdc37n972.c b/src/superio/smsc/fdc37n972/fdc37n972.c
index 78d8350..97dea9f 100644
--- a/src/superio/smsc/fdc37n972/fdc37n972.c
+++ b/src/superio/smsc/fdc37n972/fdc37n972.c
@@ -17,10 +17,11 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <stdlib.h>
 #include <device/device.h>
 #include <device/pnp.h>
 #include <pc80/keyboard.h>
+#include <stdlib.h>
+
 #include "fdc37n972.h"
 
 static void init(device_t dev)
diff --git a/src/superio/smsc/fdc37n972/fdc37n972.h b/src/superio/smsc/fdc37n972/fdc37n972.h
index 6286252..017394e 100644
--- a/src/superio/smsc/fdc37n972/fdc37n972.h
+++ b/src/superio/smsc/fdc37n972/fdc37n972.h
@@ -17,8 +17,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef SUPERIO_SMSC_FDC37N972_FDC37N972_H
-#define SUPERIO_SMSC_FDC37N972_FDC37N972_H
+#ifndef SUPERIO_SMSC_FDC37N972_H
+#define SUPERIO_SMSC_FDC37N972_H
 
 #define FDC37N972_FDC  0x00 /* Floppy */
 #define FDC37N972_PP   0x03 /* Parallel port */
@@ -29,4 +29,4 @@
 #define FDC37N972_EC   0x08 /* Environmental Controller */
 #define FDC37N972_MBX  0x09 /* Mailbox register */
 
-#endif
+#endif /* SUPERIO_SMSC_FDC37N972_H */



More information about the coreboot-gerrit mailing list