summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-03-09 15:07:28 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:43:04 -0800
commitcf36c9c4f21ae4298dfad2279b4bdc1fd30f972c (patch)
tree66aa515ebb19eaa52d5d7fec36c2fd2f673c4876 /drivers/misc
parent4821e9caa469f89e5dc69769cfcf723c07fbc96b (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. Original-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> Rebase-Id: Rbaf89722fa7c3d6574748223e6aefa0f6682727b
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;