From eb8d499041be783de1191f9121ce57b99a4a2701 Mon Sep 17 00:00:00 2001 From: Francis Galiegue Date: Sat, 10 May 2008 02:51:49 +0200 Subject: [PATCH] acxpci.h: fix stupid error which prevented compile A comma was left over in one of the macros... Signed-off-by: Francis Galiegue --- acxpci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acxpci.h b/acxpci.h index e495484..57f3622 100644 --- a/acxpci.h +++ b/acxpci.h @@ -30,7 +30,7 @@ /* * NOTE about ACX_IO_IRQ_REASON: this register is CLEARED ON READ. */ -#define ACX_IO_SOFT_RESET, 0 +#define ACX_IO_SOFT_RESET 0 #define ACX_IO_SLV_MEM_ADDR 1 #define ACX_IO_SLV_MEM_DATA 2 #define ACX_IO_SLV_MEM_CTL 3 -- 2.11.4.GIT