aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd
diff options
context:
space:
mode:
authorBrian Norris <computersforpeace@gmail.com>2015-09-01 12:57:06 -0700
committerBrian Norris <computersforpeace@gmail.com>2015-10-13 18:22:50 -0700
commit801cf21bb5806e39c593bad76b257bba20eaf66f (patch)
tree9f592035b6765656751d169f4c2a937922eae75a /include/linux/mtd
parentmtd: spi-nor: Add support for s25fl004k (diff)
downloadlinux-dev-801cf21bb5806e39c593bad76b257bba20eaf66f.tar.xz
linux-dev-801cf21bb5806e39c593bad76b257bba20eaf66f.zip
mtd: spi-nor: make implicit <linux/bitops.h> dependency explicit
We use BIT() in the header. No real problem for now, but it's better to be accurate. Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/linux/mtd')
-rw-r--r--include/linux/mtd/spi-nor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h
index 672595a381c5..bc4c321707e3 100644
--- a/include/linux/mtd/spi-nor.h
+++ b/include/linux/mtd/spi-nor.h
@@ -10,6 +10,8 @@
#ifndef __LINUX_MTD_SPI_NOR_H
#define __LINUX_MTD_SPI_NOR_H
+#include <linux/bitops.h>
+
/*
* Note on opcode nomenclature: some opcodes have a format like
* SPINOR_OP_FUNCTION{4,}_x_y_z. The numbers x, y, and z stand for the number