2016-02-17 19:19:23 +01:00
|
|
|
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(-)
|
|
|
|
|
2016-03-09 17:44:26 +01:00
|
|
|
Index: mmc-utils-0.1~git.20160308/mmc.h
|
2016-02-17 19:19:23 +01:00
|
|
|
===================================================================
|
2016-03-09 17:44:26 +01:00
|
|
|
--- 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.
|
2016-02-17 19:19:23 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
-#include <asm-generic/int-ll64.h>
|
|
|
|
+#include <asm/types.h>
|
|
|
|
#include <linux/mmc/ioctl.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
|