build fix for sysprof (oops!)
Andres Salomon
dilinger at debian.unroutableorg
Wed Nov 29 11:46:42 EST 2006
Commit: 0d6fd377604144a6c817de40edbd7bee7d873c71
Parent: 54ca23442113e12fb253a21e4cb47d0136da0c00
commit 0d6fd377604144a6c817de40edbd7bee7d873c71
Author: Andres Salomon <dilinger at debian.org>
AuthorDate: Wed Nov 29 11:51:39 2006 -0500
Commit: Andres Salomon <dilinger at debian.org>
CommitDate: Wed Nov 29 11:51:39 2006 -0500
build fix for sysprof (oops!)
---
drivers/sysprof/sysprof-module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/sysprof/sysprof-module.c b/drivers/sysprof/sysprof-module.c
index 698a8c0..8707908 100644
--- a/drivers/sysprof/sysprof-module.c
+++ b/drivers/sysprof/sysprof-module.c
@@ -36,7 +36,7 @@ #include <linux/profile.h>
#include "sysprof-module.h"
-#include "../config.h"
+#include "config.h"
#include <linux/version.h>
More information about the Commits-kernel
mailing list