aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/files/0005-drivers-pwm-sysfs.c-add-export.h-RTC-50404-quark.patch
blob: 3d2ade0ff23b25525d1caecb9539a32913bd6ec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From xxxx Mon Sep 17 00:00:00 2001
From: Josef Ahmad <josef.ahmad@linux.intel.com>
Date: Mon, 9 Sep 2013 14:11:51 +0100
Subject: [PATCH 05/21] drivers/pwm/sysfs.c: add export.h - RTC #50404

Resolve THIS_MODULE macro.
(cherry picked from commit b594e3ef2c9f7a2c61188e76a1c228f1d30556eb)
---
 drivers/pwm/sysfs.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/pwm/sysfs.c b/drivers/pwm/sysfs.c
index 8ca5de3..4cd6d78 100644
--- a/drivers/pwm/sysfs.c
+++ b/drivers/pwm/sysfs.c
@@ -16,6 +16,7 @@
  * GNU General Public License for more details.
  */
 
+#include <linux/export.h>
 #include <linux/device.h>
 #include <linux/mutex.h>
 #include <linux/err.h>
-- 
1.7.4.1