提交 72e7c32f 编写于 作者: K Kishon Vijay Abraham I 提交者: Marek Vasut

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: NKishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: NLukasz Majewski <l.majewski@samsung.com>
上级 747a0a5b
......@@ -54,4 +54,5 @@ typedef unsigned long phys_size_t;
#endif /* __KERNEL__ */
typedef unsigned long resource_size_t;
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册