summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-03-09 15:07:28 -0800
committerVarun Colbert <vcolbert@nvidia.com>2011-03-10 21:41:53 -0800
commit5e781cde8e840b2603c8f496eb5dc6c7bc7ed877 (patch)
tree6b747a15b01edfa8b24bdbb060d9cbe5c76ff012 /drivers/misc
parent6ee9323a103b20b8a01c0632411da3f74187636d (diff)
fix build: max1749.c was erroring during a local make
If built with android, which uses the O=... option, this file compiles fine, but if you try to just use 'make', there was a build error. Change-Id: I09f0233c2bf933278c34a7ec5e7fcc17cabc1ede Reviewed-on: http://git-master/r/22274 Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com> Tested-by: Daniel Willemsen <dwillemsen@nvidia.com> Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r--drivers/misc/max1749.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/max1749.c b/drivers/misc/max1749.c
index 7f30c6f3db74..e98964289002 100644
--- a/drivers/misc/max1749.c
+++ b/drivers/misc/max1749.c
@@ -27,7 +27,7 @@
#include <linux/hrtimer.h>
#include <linux/delay.h>
-#include <../staging/android/timed_output.h>
+#include "../staging/android/timed_output.h"
static struct regulator *regulator;
static int timeout;