Skip to content

Commit

Permalink
parisc: parisc-agp - fix <asm-parisc/*> -> <asm/*>
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle McMartin authored and Kyle McMartin committed Oct 10, 2008
1 parent d403a64 commit 98f172b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/char/agp/parisc-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include <linux/agp_backend.h>
#include <linux/log2.h>

#include <asm-parisc/parisc-device.h>
#include <asm-parisc/ropes.h>
#include <asm/parisc-device.h>
#include <asm/ropes.h>

#include "agp.h"

Expand Down

0 comments on commit 98f172b

Please sign in to comment.