Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4c866d44 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput
Browse files

headers_check fix: usb/gadgetfs.h



fix the following 'make headers_check' warning:

  usr/include/linux/usb/gadgetfs.h:21: include of <linux/types.h> is preferred over <asm/types.h>

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
parent d8151585
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#ifndef __LINUX_USB_GADGETFS_H
#define __LINUX_USB_GADGETFS_H

#include <asm/types.h>
#include <linux/types.h>
#include <asm/ioctl.h>

#include <linux/usb/ch9.h>