commit | 19e221e095d531d09c49e9a91afb95baec1234c7 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Mon Feb 23 18:39:59 2015 +0530 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:48:09 2015 +0200 |
tree | 79c1884db4a0fc21bc2aa859daaae28796bd1852 | |
parent | 35ffd28105787794b4e9fef64f65d24b5c2630a1 [diff] |
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>