Commit 81d6f6f8 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] IDE build fix

From: Arkadiusz Miskiewicz <arekm@pld-linux.org>

Both drivers/ide/legacy and drivers/ide/ppc broke because they can no
longer include drivers/ide/timing.h.  Fix.

(Acked by Bart)
parent debe916c
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
# In the future, some of these should be built conditionally. # In the future, some of these should be built conditionally.
# #
# First come modules that register themselves with the core # First come modules that register themselves with the core
EXTRA_CFLAGS += -Idrivers/ide
obj-$(CONFIG_BLK_DEV_IDE) += pci/ obj-$(CONFIG_BLK_DEV_IDE) += pci/
# Core IDE code - must come before legacy # Core IDE code - must come before legacy
......
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