summaryrefslogtreecommitdiff
path: root/drivers/mfd/ab5500-debugfs.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-04-13 12:11:36 (GMT)
committerLinus Walleij <linus.walleij@linaro.org>2012-05-01 22:39:55 (GMT)
commit72fb92200d6c31b9982c06784e4bcff2f5b7d8b6 (patch)
tree9ebe8f94f118da799944c8067ec233de06c13356 /drivers/mfd/ab5500-debugfs.h
parentdece3709b71a704e810134056f1990922e574da1 (diff)
downloadlinux-fsl-qoriq-72fb92200d6c31b9982c06784e4bcff2f5b7d8b6.tar.xz
mfd/ab5500: delete AB5500 support
This platform has been obsoleted and was only available inside of ST-Ericsson, no users of this code are left in the world. This deletes the core U5500 support entirely in the same manner as the obsoleted U8500 silicon was previously deleted. Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Cc: Rabin Vincent <rabin.vincent@stericsson.com> Cc: Jonas Aberg <jonas.aberg@stericsson.com> Cc: Per Forlin <per.forlin@stericsson.com> Cc: Ulf Hansson <ulf.hansson@stericsson.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/mfd/ab5500-debugfs.h')
-rw-r--r--drivers/mfd/ab5500-debugfs.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/drivers/mfd/ab5500-debugfs.h b/drivers/mfd/ab5500-debugfs.h
deleted file mode 100644
index 7330a9b..0000000
--- a/drivers/mfd/ab5500-debugfs.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (C) 2011 ST-Ericsson
- * License terms: GNU General Public License (GPL) version 2
- * Debugfs interface to the AB5500 core driver
- */
-
-#ifdef CONFIG_DEBUG_FS
-
-void ab5500_setup_debugfs(struct ab5500 *ab);
-void ab5500_remove_debugfs(void);
-
-#else /* !CONFIG_DEBUG_FS */
-
-static inline void ab5500_setup_debugfs(struct ab5500 *ab)
-{
-}
-
-static inline void ab5500_remove_debugfs(void)
-{
-}
-
-#endif