mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
44059790a5
Nothing in kfifo.h directly needs dma-mapping.h, only two macros
use DMA_MAPPING_ERROR when actually instantiated. Drop the
dma-mapping.h include to reduce include bloat.
Add an explicity <linux/io.h> include to drivers/mailbox/omap-mailbox.c
as that file uses __raw_readl and __raw_writel through a complicated
include chain involving <linux/dma-mapping.h>
Fixes:
|
||
---|---|---|
.. | ||
bytestream-example.c | ||
dma-example.c | ||
inttype-example.c | ||
Makefile | ||
record-example.c |