commit | 2c957902b17bae77b255dc7013457c65dd3bd3bd | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jan 02 12:47:20 2018 +0100 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Jan 17 13:34:35 2018 +0100 |
tree | 767e0cbd9b6419950d8da8f84c1ef5be4d6ce8b9 | |
parent | 71e7673dadfdae0605d4c1f66ecb4b045c79fe0f [diff] |
microblaze: fix iounmap prototype The missing 'volatile' keyword on the iounmap argument leads to lots of harmless warnings in an allmodconfig build: sound/pci/echoaudio/echoaudio.c:1879:10: warning: passing argument 1 of 'iounmap' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>