SHA256
1
0
forked from pool/mmc-utils
mmc-utils/do_not_use_asm_generic.patch

25 lines
707 B
Diff
Raw Normal View History

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-0.1~git.20160308/mmc.h
===================================================================
--- mmc-utils-0.1~git.20160308.orig/mmc.h
+++ mmc-utils-0.1~git.20160308/mmc.h
@@ -17,7 +17,7 @@
* those modifications are Copyright (c) 2016 SanDisk Corp.
*/
-#include <asm-generic/int-ll64.h>
+#include <asm/types.h>
#include <linux/mmc/ioctl.h>
#include <stdio.h>