aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/fdc37n972/fdc37n972.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-06-16 16:48:44 +1000
committerDavid Hendricks <dhendrix@chromium.org>2014-06-21 00:02:14 +0200
commit49380b87d114cf4c1bd6f0692f43e89e73f662b8 (patch)
tree8a1a81b4a4081836765ce3ee5b5f4c26dc977bfb /src/superio/smsc/fdc37n972/fdc37n972.c
parent29179f0735e5a73b024008f218a79dfb04193c69 (diff)
superio/smsc/fdc37n972: Trivial cleanup reorder headers
Alphabetise headers and a few trivial cleanups. Change-Id: Ib8c8362962297cb59671d8274df8e4945373f94b Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/6042 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/superio/smsc/fdc37n972/fdc37n972.c')
-rw-r--r--src/superio/smsc/fdc37n972/fdc37n972.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/superio/smsc/fdc37n972/fdc37n972.c b/src/superio/smsc/fdc37n972/fdc37n972.c
index 78d8350da7..97dea9fc3b 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)