mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
include: asm: types: add resource_size_t type
Added resource_size_t type in order to get rid of the following compilation error whiel building dwc3 gadget. include/linux/ioport.h:19:2: error: unknown type name ‘resource_size_t’ Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
This commit is contained in:
parent
747a0a5b38
commit
72e7c32fe4
1 changed files with 1 additions and 0 deletions
|
@ -54,4 +54,5 @@ typedef unsigned long phys_size_t;
|
|||
|
||||
#endif /* __KERNEL__ */
|
||||
|
||||
typedef unsigned long resource_size_t;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue