linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ide: remove unneeded header include path to drivers/ide
@ 2020-01-04 16:40 Masahiro Yamada
  2020-01-20 13:40 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2020-01-04 16:40 UTC (permalink / raw)
  To: David S . Miller; +Cc: linux-ide, Masahiro Yamada, linux-kernel

I can build drivers/ide/ without this.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 drivers/ide/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile
index cac02db4098d..d4f4409cfb8b 100644
--- a/drivers/ide/Makefile
+++ b/drivers/ide/Makefile
@@ -3,8 +3,6 @@
 # link order is important here
 #
 
-ccflags-y				:= -Idrivers/ide
-
 ide-core-y += ide.o ide-ioctls.o ide-io.o ide-iops.o ide-lib.o ide-probe.o \
 	      ide-taskfile.o ide-pm.o ide-park.o ide-sysfs.o ide-devsets.o \
 	      ide-io-std.o ide-eh.o
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ide: remove unneeded header include path to drivers/ide
  2020-01-04 16:40 [PATCH] ide: remove unneeded header include path to drivers/ide Masahiro Yamada
@ 2020-01-20 13:40 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-01-20 13:40 UTC (permalink / raw)
  To: masahiroy; +Cc: linux-ide, linux-kernel

From: Masahiro Yamada <masahiroy@kernel.org>
Date: Sun,  5 Jan 2020 01:40:11 +0900

> I can build drivers/ide/ without this.
> 
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-20 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-04 16:40 [PATCH] ide: remove unneeded header include path to drivers/ide Masahiro Yamada
2020-01-20 13:40 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).