summaryrefslogtreecommitdiff
path: root/dissector.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+115
select name='dt' onchange='this.form.submit();'>
authorArnd Bergmann <arnd@arndb.de>2016-09-15 17:40:15 +0200
committerMark Brown <broonie@kernel.org>2016-09-16 16:27:01 +0100
commitc0a75d072a501effd66d3392ada8d3f4283b87ef (patch)
tree70a111d7ea96f61326675f869e489a4df7cd0a45
parent4e3b2d236fe00f0e0b6c45dcb3cc7d84c2316424 (diff)
spi: bcm-qspi: don't include linux/mtd/cfi.h
The header isn't actually needed here, but including it leads to a build warning when CONFIG_MTD is disabled: include/linux/mtd/cfi.h:76:2: #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work. [-Werror=cpp] Fixes: fa236a7ef240 (spi: bcm-qspi: Add Broadcom MSPI driver) Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat
-rw-r--r--drivers/spi/spi-bcm-qspi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-bcm-qspi.c b/drivers/spi/spi-bcm-qspi.c