Commit ff0516b9 authored by David S. Miller's avatar David S. Miller

drivers/char/rtc.c: For sparc, include linux/pci.h instead of asm/pci.h

parent fc0f93fd
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
#include <asm/system.h> #include <asm/system.h>
#ifdef __sparc__ #ifdef __sparc__
#include <asm/pci.h> #include <linux/pci.h>
#include <asm/ebus.h> #include <asm/ebus.h>
#ifdef __sparc_v9__ #ifdef __sparc_v9__
#include <asm/isa.h> #include <asm/isa.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment