Hello,

I found a compile error by 'make ARCH=cell'.
This patch fixes it.
Please apply it.

Thanks.
Takashi Yamamoto.
-------------------------------------------
This patch fixes a compile error by 'make ARCH=cell'
It changes the include path of pfmlib_cell.h in pfmon_cell.c

Signed-off-by: Takashi Yamamoto <Takashi02_Yamamoto at hq.scei.sony.co.jp>
---
 pfmon/pfmon_cell.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/pfmon/pfmon_cell.c
+++ b/pfmon/pfmon_cell.c
@@ -23,7 +23,7 @@
  */
 
 #include <ctype.h>
-#include <pfmlib_cell.h>
+#include <perfmon/pfmlib_cell.h>
 #include "pfmon.h"
 
 /* PM_CONTROL REG macros */
-------------------------------------------

Attachment: fix-compile-error.patch
Description: Binary data

_______________________________________________
perfmon mailing list
[email protected]
http://www.hpl.hp.com/hosted/linux/mail-archives/perfmon/

Reply via email to