diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2012-06-03 12:39:42 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-06-05 04:15:58 -0400 |
commit | c224071e28e2bbd213cce2e6e9dde26e78542ca8 (patch) | |
tree | 0cb829f3623502e95903eaccee3c23fe294a7671 /drivers/parisc | |
parent | cc502bb741e1797290381da14dddb695ec1adbaf (diff) |
parisc: cleanup quoted include
A quoted include starts with a superfluous "./". Clean up that quoted
include.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/parisc')
-rw-r--r-- | drivers/parisc/iosapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/iosapic.c b/drivers/parisc/iosapic.c index 1f9e9fefb8e7..69ff60832b09 100644 --- a/drivers/parisc/iosapic.c +++ b/drivers/parisc/iosapic.c | |||
@@ -146,7 +146,7 @@ | |||
146 | #endif | 146 | #endif |
147 | 147 | ||
148 | #include <asm/ropes.h> | 148 | #include <asm/ropes.h> |
149 | #include "./iosapic_private.h" | 149 | #include "iosapic_private.h" |
150 | 150 | ||
151 | #define MODULE_NAME "iosapic" | 151 | #define MODULE_NAME "iosapic" |
152 | 152 | ||