Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1643334 > unrolled thread

[PATCH] mn10300: remove wrapper header for asm/device.h

Started byTobias Klauser <tklauser@distanz.ch>
First post2017-05-17 14:50 +0200
Last post2017-05-24 15:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] mn10300: remove wrapper header for asm/device.h Tobias Klauser <tklauser@distanz.ch> - 2017-05-17 14:50 +0200
    Re: [PATCH] mn10300: remove wrapper header for asm/device.h David Howells <dhowells@redhat.com> - 2017-05-24 15:10 +0200

#1643334 — [PATCH] mn10300: remove wrapper header for asm/device.h

FromTobias Klauser <tklauser@distanz.ch>
Date2017-05-17 14:50 +0200
Subject[PATCH] mn10300: remove wrapper header for asm/device.h
Message-ID<tI6yS-392-19@gated-at.bofh.it>
mn10300'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/mn10300/include/asm/Kbuild   | 1 +
 arch/mn10300/include/asm/device.h | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 arch/mn10300/include/asm/device.h

diff --git a/arch/mn10300/include/asm/Kbuild b/arch/mn10300/include/asm/Kbuild
index d1c22f9c8db5..db5b57829a81 100644
--- a/arch/mn10300/include/asm/Kbuild
+++ b/arch/mn10300/include/asm/Kbuild
@@ -1,6 +1,7 @@
 
 generic-y += barrier.h
 generic-y += clkdev.h
+generic-y += device.h
 generic-y += exec.h
 generic-y += extable.h
 generic-y += fb.h
diff --git a/arch/mn10300/include/asm/device.h b/arch/mn10300/include/asm/device.h
deleted file mode 100644
index f0a4c256403b..000000000000
--- a/arch/mn10300/include/asm/device.h
+++ /dev/null
@@ -1 +0,0 @@
-#include <asm-generic/device.h>
-- 
2.13.0

[toc] | [next] | [standalone]


#1649605

FromDavid Howells <dhowells@redhat.com>
Date2017-05-24 15:10 +0200
Message-ID<tKEd3-2Lr-17@gated-at.bofh.it>
In reply to#1643334
Tobias Klauser <tklauser@distanz.ch> wrote:

> mn10300'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>

Reviewed-by: David Howells <dhowells@redhat.com>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web