Commit bf948e74 authored by Linus Torvalds's avatar Linus Torvalds

The sbp2 driver needs <linux/pci.h>, but didn't include it. It apparently

used to work due to some random magic indirect include, but broke lately.

Do the obvious fix.
parent 3ac57d34
...@@ -56,6 +56,8 @@ ...@@ -56,6 +56,8 @@
#include <linux/smp_lock.h> #include <linux/smp_lock.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/version.h> #include <linux/version.h>
#include <linux/pci.h>
#include <asm/current.h> #include <asm/current.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/io.h> #include <asm/io.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