aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
diff options
context:
space:
mode:
authorMarc Gonzalez <marc_gonzalez@sigmadesigns.com>2016-12-01 11:22:14 +0100
committerBrian Norris <computersforpeace@gmail.com>2016-12-01 09:46:31 -0800
commit59dbc86cdc42b6d8766218066429f00186b021c2 (patch)
tree6c8d461fe679fbc204e12c8dbee37576b9e46ad7 /drivers/mtd/nand
parentmtd: maps: add missing iounmap() in error path (diff)
downloadlinux-dev-59dbc86cdc42b6d8766218066429f00186b021c2.tar.xz
linux-dev-59dbc86cdc42b6d8766218066429f00186b021c2.zip
mtd: nand: tango: Add standard legalese header
Provide proper copyright notice and license information. Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r--drivers/mtd/nand/tango_nand.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/nand/tango_nand.c b/drivers/mtd/nand/tango_nand.c
index ec87516b87f5..28c7f474be77 100644
--- a/drivers/mtd/nand/tango_nand.c
+++ b/drivers/mtd/nand/tango_nand.c
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 2016 Sigma Designs
+ *
+ * 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.
+ */
+
#include <linux/io.h>
#include <linux/of.h>
#include <linux/clk.h>