summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/max11802.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/input/max11802.c')
-rw-r--r--nuttx/drivers/input/max11802.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/drivers/input/max11802.c b/nuttx/drivers/input/max11802.c
index 8df6690f0..5b50281ef 100644
--- a/nuttx/drivers/input/max11802.c
+++ b/nuttx/drivers/input/max11802.c
@@ -1,7 +1,7 @@
/****************************************************************************
* drivers/input/max11802.c
*
- * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2012, 2014 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>
* Petteri Aimonen <jpa@nx.mail.kapsi.fi>
*
@@ -53,16 +53,16 @@
#include <fcntl.h>
#include <semaphore.h>
#include <poll.h>
-#include <wdog.h>
#include <errno.h>
#include <assert.h>
#include <debug.h>
-#include <nuttx/kmalloc.h>
#include <nuttx/arch.h>
+#include <nuttx/wdog.h>
+#include <nuttx/kmalloc.h>
+#include <nuttx/wqueue.h>
#include <nuttx/fs/fs.h>
#include <nuttx/spi/spi.h>
-#include <nuttx/wqueue.h>
#include <nuttx/input/touchscreen.h>
#include <nuttx/input/max11802.h>