commit | a182577f614152e816e72a104bdc47eaf60df172 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Wed Jun 29 19:31:25 2016 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Wed Jun 29 19:34:11 2016 +0930 |
tree | ae6818eb42c474ee1318599ffd81de7271fa60ab | |
parent | f834525a05d4f420ba90a28f4309149369f547bf [diff] |
libopenbmc_intf: Fix non-arm devmem implementation Fixes the following error: In file included from button_reset_obj.c:4:0: ../libopenbmc_intf/openbmc.h:39:15: error: return type defaults to ‘int’ [-Werror=implicit-int] static inline devmem(uint32_t val, uint32_t reg) Signed-off-by: Joel Stanley <joel@jms.id.au>