summaryrefslogtreecommitdiff
path: root/drivers/usb/eth
diff options
context:
space:
mode:
authorLukasz Majewski <lukma@denx.de>2018-11-23 19:36:19 +0300
committerMarek Vasut <marex@denx.de>2018-12-14 19:59:08 +0300
commit916fa097997a5e1b70768ce944de28e038d4bebf (patch)
treeb12672e9413e8a44117984d84416ba4c400356f3 /drivers/usb/eth
parentbb00a015d624f683c66c9e30341f93b678d03d2e (diff)
downloadu-boot-916fa097997a5e1b70768ce944de28e038d4bebf.tar.xz
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
The BITMAP related operations can now be moved to ./include/linux/bitmap.h file to mimic the Linux kernel directory tree. This change also allows to remove the lin_gadget_compat.h header file (which is a legacy code only for composite U-boot layer). It was also possible to remove #includes from several USB gadget drivers. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'drivers/usb/eth')
-rw-r--r--drivers/usb/eth/r8152.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/eth/r8152.c b/drivers/usb/eth/r8152.c
index 941158abdd..e5f73e3d4c 100644
--- a/drivers/usb/eth/r8152.c
+++ b/drivers/usb/eth/r8152.c
@@ -10,7 +10,6 @@
#include <malloc.h>
#include <memalign.h>
#include <usb.h>
-#include <usb/lin_gadget_compat.h>
#include <linux/mii.h>
#include <linux/bitops.h>
#include "usb_ether.h"