summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/max11802.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/input/max11802.h')
-rw-r--r--nuttx/drivers/input/max11802.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/drivers/input/max11802.h b/nuttx/drivers/input/max11802.h
index 8a6da0468..15a568603 100644
--- a/nuttx/drivers/input/max11802.h
+++ b/nuttx/drivers/input/max11802.h
@@ -1,7 +1,7 @@
/********************************************************************************************
* drivers/input/max11802.h
*
- * 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>
*
@@ -50,11 +50,11 @@
#include <stdint.h>
#include <semaphore.h>
#include <poll.h>
-#include <wdog.h>
#include <nuttx/wqueue.h>
-#include <nuttx/spi/spi.h>
+#include <nuttx/wdog.h>
#include <nuttx/clock.h>
+#include <nuttx/spi/spi.h>
#include <nuttx/input/max11802.h>
/********************************************************************************************