commit | a57ab96ef9dde231d4d46edba4d5f73720edc16a | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Apr 06 16:28:22 2018 +0200 |
committer | Richard Kuo <rkuo@codeaurora.org> | Tue May 01 15:49:46 2018 -0500 |
tree | 4c8fdd8a2ca358bc761ac3259973156987612cbe | |
parent | 6da6c0db5316275015e8cc2959f12a17584aeb64 [diff] |
hexagon: add memset_io() helper We already have memcpy_toio(), but not memset_io(), so let's add the obvious version to allow building an allmodconfig kernel without errors like drivers/gpu/drm/ttm/ttm_bo_util.c: In function 'ttm_bo_move_memcpy': drivers/gpu/drm/ttm/ttm_bo_util.c:390:3: error: implicit declaration of function 'memset_io' [-Werror=implicit-function-declaration] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Richard Kuo <rkuo@codeaurora.org>