25 lines
655 B
Diff
25 lines
655 B
Diff
|
From: Michel Normand <normand@linux.vnet.ibm.com>
|
||
|
Subject: do not use asm generic
|
||
|
Date: Wed, 17 Feb 2016 18:44:43 +0100
|
||
|
|
||
|
do not use <asm_generic/int-ll64.h> to avoid build error on PowerPC arch
|
||
|
|
||
|
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
|
||
|
---
|
||
|
mmc.h | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: mmc-utils-20151118/mmc.h
|
||
|
===================================================================
|
||
|
--- mmc-utils-20151118.orig/mmc.h
|
||
|
+++ mmc-utils-20151118/mmc.h
|
||
|
@@ -14,7 +14,7 @@
|
||
|
* Boston, MA 021110-1307, USA.
|
||
|
*/
|
||
|
|
||
|
-#include <asm-generic/int-ll64.h>
|
||
|
+#include <asm/types.h>
|
||
|
#include <linux/mmc/ioctl.h>
|
||
|
#include <stdio.h>
|
||
|
|