From 5e78a264f8b366ab133e249ffbb6a5c8cb5bd8b9 Mon Sep 17 00:00:00 2001 From: Chen Gang Date: Tue, 26 Nov 2013 12:07:40 +0800 Subject: [PATCH] arch: hexagon: include: asm: add generic macro 'mmiowb' in "io.h" Need dumy mmiowb(), or can not pass compiling, the related error with allmodconfig: CC [M] drivers/mmc/host/sdhci.o drivers/mmc/host/sdhci.c: In function 'sdhci_request': drivers/mmc/host/sdhci.c:1409:2: error: implicit declaration of function 'mmiowb' [-Werror=implicit-function-declaration] Signed-off-by: Chen Gang Signed-off-by: Richard Kuo --- Reading git-format-patch failed