Skip to content

Commit

Permalink
parisc: cleanup quoted include
Browse files Browse the repository at this point in the history
A quoted include starts with a superfluous "./". Clean up that quoted
include.

Signed-off-by: Paul Bolle <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
pebolle authored and Jiri Kosina committed Jun 5, 2012
1 parent cc502bb commit c224071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/parisc/iosapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
#endif

#include <asm/ropes.h>
#include "./iosapic_private.h"
#include "iosapic_private.h"

#define MODULE_NAME "iosapic"

Expand Down

0 comments on commit c224071

Please sign in to comment.