9
0
Fork 0

usb: gadget: include common.h in header

It is needed for container_of() and this header falls
over if we change the include order.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2015-03-05 22:49:52 +01:00 committed by Sascha Hauer
parent ae16aba24b
commit f61fa09a42
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#ifndef __LINUX_USB_GADGET_H
#define __LINUX_USB_GADGET_H
#include <common.h>
#include <malloc.h>
#include <driver.h>
#include <linux/list.h>