usb: musb: dsps: add missing include
<linux/sizes.h> is the header defining SZ_4 and SZ_16M, we shouldn't depend on indirect inclusion so let's explicitly include it. Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
parent
787f5627be
commit
0f53e48132
|
@ -38,6 +38,7 @@
|
|||
#include <linux/module.h>
|
||||
#include <linux/usb/nop-usb-xceiv.h>
|
||||
#include <linux/platform_data/usb-omap.h>
|
||||
#include <linux/sizes.h>
|
||||
|
||||
#include <linux/of.h>
|
||||
#include <linux/of_device.h>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <linux/dma-mapping.h>
|
||||
#include <linux/dmaengine.h>
|
||||
#include <linux/pfn.h>
|
||||
#include <linux/sizes.h>
|
||||
#include <linux/platform_data/usb-musb-ux500.h>
|
||||
#include "musb_core.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue