提交 801cf21b 编写于 作者: B Brian Norris

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: NBrian Norris <computersforpeace@gmail.com>
上级 7c748f57
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
#ifndef __LINUX_MTD_SPI_NOR_H #ifndef __LINUX_MTD_SPI_NOR_H
#define __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 * 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 * SPINOR_OP_FUNCTION{4,}_x_y_z. The numbers x, y, and z stand for the number
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册