projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c748f5
)
mtd: spi-nor: make implicit <linux/bitops.h> dependency explicit
author
Brian Norris
<computersforpeace@gmail.com>
Tue, 1 Sep 2015 19:57:06 +0000
(12:57 -0700)
committer
Brian Norris
<computersforpeace@gmail.com>
Wed, 14 Oct 2015 01:22:50 +0000
(18:22 -0700)
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>
include/linux/mtd/spi-nor.h
patch
|
blob
|
history
diff --git
a/include/linux/mtd/spi-nor.h
b/include/linux/mtd/spi-nor.h
index
672595a
..
bc4c321
100644
(file)
--- 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