summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2012-06-16 22:40:37 -0700
committerOlof Johansson <olof@lixom.net>2012-06-16 22:40:37 -0700
commit51a1ec0164e2030e0492bdede4e68090a3394c52 (patch)
treebbd4fb29ca65609b66b4c23e2426c0458b37ddf4 /include
parent485802a6c524e62b5924849dd727ddbb1497cc71 (diff)
parenta15687c487662c1cdcaf9d6f89270b616ccbad02 (diff)
downloadlinux-stable-51a1ec0164e2030e0492bdede4e68090a3394c52.tar.gz
linux-stable-51a1ec0164e2030e0492bdede4e68090a3394c52.tar.bz2
linux-stable-51a1ec0164e2030e0492bdede4e68090a3394c52.zip
Merge branch 'nomadik-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik into next/soc
* 'nomadik-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik: ARM: nomadik: bump all IRQ numbers by one ARM: nomadik: register the MMC/SD device ARM: nomadik: register the I2C devices ARM: nomadik: register all three I2C busses ARM: nomadik: convert to generic clock ARM: nomadik: register PL031 RTC ARM: nomadik: register AMBA devices dynamically ARM: nomadik: register GPIOs dynamically
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/clk-nomadik.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/platform_data/clk-nomadik.h b/include/linux/platform_data/clk-nomadik.h
new file mode 100644
index 000000000000..5713c87b2477
--- /dev/null
+++ b/include/linux/platform_data/clk-nomadik.h
@@ -0,0 +1,2 @@
+/* Minimal platform data header */
+void nomadik_clk_init(void);