Skip to content

Commit

Permalink
cris: cardbus: fix header include path
Browse files Browse the repository at this point in the history
arch/cris/arch-v32/drivers/pci/bios.c:3:35: fatal error: arch/hwregs/intr_vect.h: No such file or directory
 #include <arch/hwregs/intr_vect.h>
                                   ^

Signed-off-by: Niklas Cassel <[email protected]>
Signed-off-by: Jesper Nilsson <[email protected]>
  • Loading branch information
Niklas Cassel authored and Jesper Nilsson committed Sep 22, 2016
1 parent 7daa770 commit d6094ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/cris/arch-v32/drivers/pci/bios.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <linux/pci.h>
#include <linux/kernel.h>
#include <arch/hwregs/intr_vect.h>
#include <hwregs/intr_vect.h>

void pcibios_fixup_bus(struct pci_bus *b)
{
Expand Down

0 comments on commit d6094ce

Please sign in to comment.