mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] frv: remove wrapper header for asm/device.h
@ 2017-05-17 12:49 Tobias Klauser
  2017-05-24 12:59 ` David Howells
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2017-05-17 12:49 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Matthias Kaehlcke, David Howells, linux-kernel

frv's asm/device.h is merely including asm-generic/device.h. Thus, the
arch specific header can be omitted and the generic header can be used
directly.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 arch/frv/include/asm/Kbuild   | 1 +
 arch/frv/include/asm/device.h | 7 -------
 2 files changed, 1 insertion(+), 7 deletions(-)
 delete mode 100644 arch/frv/include/asm/device.h

diff --git a/arch/frv/include/asm/Kbuild b/arch/frv/include/asm/Kbuild
index 7d4ab04c657f..2cf7648787b2 100644
--- a/arch/frv/include/asm/Kbuild
+++ b/arch/frv/include/asm/Kbuild
@@ -1,5 +1,6 @@
 
 generic-y += clkdev.h
+generic-y += device.h
 generic-y += exec.h
 generic-y += extable.h
 generic-y += fb.h
diff --git a/arch/frv/include/asm/device.h b/arch/frv/include/asm/device.h
deleted file mode 100644
index d8f9872b0e2d..000000000000
--- a/arch/frv/include/asm/device.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/*
- * Arch specific extensions to struct device
- *
- * This file is released under the GPLv2
- */
-#include <asm-generic/device.h>
-
-- 
2.13.0

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

end of thread, other threads:[~2017-05-24 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17 12:49 [PATCH] frv: remove wrapper header for asm/device.h Tobias Klauser
2017-05-24 12:59 ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®