summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
diff options
context:
space:
mode:
authorHuang Shijie2012-10-13 19:03:29 +0200
committerArtem Bityutskiy2012-11-15 14:37:50 +0100
commit5de0b52ea8f8f5149502867acff2efb5efaf1fc2 (patch)
tree04dd599c84b1b4619597b1a2b8d5a3e70fff9b4f /drivers/mtd/nand/gpmi-nand/gpmi-lib.c
parentmtd: gpio-nand: Ability to use driver for configurations without RDY-pin (diff)
downloadkernel-qcow2-linux-5de0b52ea8f8f5149502867acff2efb5efaf1fc2.tar.gz
kernel-qcow2-linux-5de0b52ea8f8f5149502867acff2efb5efaf1fc2.tar.xz
kernel-qcow2-linux-5de0b52ea8f8f5149502867acff2efb5efaf1fc2.zip
mtd: gpmi: remove unneccessary header
The whole gpmi-nand driver has turned to pure devicetree supported. So the linux/mtd/gpmi-nand.h is not neccessary now. Just remove it, and move some macros to the gpmi-nand driver itself. Signed-off-by: Huang Shijie <shijie8@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/nand/gpmi-nand/gpmi-lib.c')
-rw-r--r--drivers/mtd/nand/gpmi-nand/gpmi-lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
index 3502accd4bc3..1585c5b1c8bf 100644
--- a/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
+++ b/drivers/mtd/nand/gpmi-nand/gpmi-lib.c
@@ -18,7 +18,6 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include <linux/mtd/gpmi-nand.h>
#include <linux/delay.h>
#include <linux/clk.h>