Commit 1b44f7f6 authored by Anton Blanchard's avatar Anton Blanchard

[PATCH] missing include in pci-sysfs.c

Add a missing include for those pesky S_IRUGO thingys.
parent 8673d7da
......@@ -14,6 +14,7 @@
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/pci.h>
#include <linux/stat.h>
#include "pci.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