aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pcf506xx.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@openmoko.org>2008-11-19 17:09:53 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:53 +0000
commit7f5db4663213be7145a590f414cd5bd51335b4dd (patch)
tree74eed342badee4f66e8057ee9b507b548cb70460 /include/linux/pcf506xx.h
parent03b6ebd99640931399054d75f770aa8954ed7088 (diff)
From 683ef8067815f6ba0ede73fa71973823726213a3 Mon Sep 17 00:00:00 2001
Subject: [PATCH] [janitor] Make checkpatch happy on the header files
Diffstat (limited to 'include/linux/pcf506xx.h')
-rw-r--r--include/linux/pcf506xx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pcf506xx.h b/include/linux/pcf506xx.h
index 9069bd4e088..a1365e03eae 100644
--- a/include/linux/pcf506xx.h
+++ b/include/linux/pcf506xx.h
@@ -26,7 +26,7 @@ enum pmu_event {
__NUM_PMU_EVTS
};
-typedef int pmu_cb(struct device *dev, unsigned int feature,
+typedef int (*pmu_cb)(struct device *dev, unsigned int feature,
enum pmu_event event);