summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-02-23 22:12:25 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-23 22:12:25 (GMT)
commitecc1058aecd986b9f00ba0b4b6ff3681dfb3ab47 (patch)
treec051ac05ff855bffc737bf6e24d63476e202ac09 /include
parentae9f66da3d7e2f4ffa1bb6b07e62cddcb7614fa6 (diff)
downloadlinux-ecc1058aecd986b9f00ba0b4b6ff3681dfb3ab47.tar.xz
Revert "staging: iio: ak8975: add platform data."
This reverts commit f2f1794835f1d8900d2b15d114c54e70c849809b. It should not be putting code into the include/input/ directory, and lots of other people have complained about it. Cc: Tony SIM <chinyeow.sim.xt@renesas.com> Cc: Andrew Chew <achew@nvidia.com> Cc: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/input/ak8975.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/include/linux/input/ak8975.h b/include/linux/input/ak8975.h
deleted file mode 100644
index 25d41eb..0000000
--- a/include/linux/input/ak8975.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * ak8975 platform support
- *
- * Copyright (C) 2010 Renesas Solutions Corp.
- *
- * Author: Tony SIM <chinyeow.sim.xt@renesas.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
-
-#ifndef _AK8975_H
-#define _AK8975_H
-
-struct ak8975_platform_data {
- int gpio;
-};
-
-#endif