Skip to content

Instantly share code, notes, and snippets.

@Ahmed-Hady
Created October 8, 2016 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ahmed-Hady/0cd28504019ad26500477cf1a0ea21a0 to your computer and use it in GitHub Desktop.
Save Ahmed-Hady/0cd28504019ad26500477cf1a0ea21a0 to your computer and use it in GitHub Desktop.
From 0e8bbe92ce74f494d6c17522f367e50b7aa7985b Mon Sep 17 00:00:00 2001
From: Konsta <konsta09@gmail.com>
Date: Tue, 11 Mar 2014 19:40:29 +0200
Subject: [PATCH 2/3] fix inclusion
---
arch/arm/mach-msm/board-msm7627a-sensor.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-msm/board-msm7627a-sensor.c b/arch/arm/mach-msm/board-msm7627a-sensor.c
index e8aa3fa..c2c687c 100755
--- a/arch/arm/mach-msm/board-msm7627a-sensor.c
+++ b/arch/arm/mach-msm/board-msm7627a-sensor.c
@@ -15,7 +15,7 @@
#include <linux/gpio.h>
#include <asm/mach-types.h>
#include <linux/i2c.h>
-#include <devices-msm7x2xa.h>
+#include "devices-msm7x2xa.h"
#ifdef CONFIG_AVAGO_APDS990X
#include <linux/input/apds990x.h>
--
2.7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment