mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
USB: cdc-wdm: properly include types.h
commit7ac3764fcaupstream. The file include/uapi/linux/usb/cdc-wdm.h uses a __u16 so it needs to include types.h as well to make the build system happy. Fixes:3edce1cf81("USB: cdc-wdm: implement IOCTL_WDM_MAX_COMMAND") Cc: Bjørn Mork <bjorn@mork.no> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d7432ebeac
commit
3dbf235e48
|
|
@ -9,6 +9,8 @@
|
|||
#ifndef _UAPI__LINUX_USB_CDC_WDM_H
|
||||
#define _UAPI__LINUX_USB_CDC_WDM_H
|
||||
|
||||
#include <linux/types.h>
|
||||
|
||||
/*
|
||||
* This IOCTL is used to retrieve the wMaxCommand for the device,
|
||||
* defining the message limit for both reading and writing.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user