+ frv-use-generic-fbh.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: frv: use generic fb.h
has been added to the -mm tree.  Its filename is
     frv-use-generic-fbh.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/frv-use-generic-fbh.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/frv-use-generic-fbh.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Tobias Klauser <tklauser@xxxxxxxxxx>
Subject: frv: use generic fb.h

The arch uses a verbatim copy of the asm-generic version and does not add
any own implementations to the header, so use asm-generic/fb.h instead of
duplicating code.

Link: http://lkml.kernel.org/r/20170517083307.1697-1-tklauser@xxxxxxxxxx
Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx>
Reviewed-by: David Howells <dhowells@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/frv/include/asm/Kbuild |    1 +
 arch/frv/include/asm/fb.h   |   12 ------------
 2 files changed, 1 insertion(+), 12 deletions(-)

diff -puN arch/frv/include/asm/Kbuild~frv-use-generic-fbh arch/frv/include/asm/Kbuild
--- a/arch/frv/include/asm/Kbuild~frv-use-generic-fbh
+++ a/arch/frv/include/asm/Kbuild
@@ -3,6 +3,7 @@ generic-y += clkdev.h
 generic-y += device.h
 generic-y += exec.h
 generic-y += extable.h
+generic-y += fb.h
 generic-y += irq_work.h
 generic-y += mcs_spinlock.h
 generic-y += mm-arch-hooks.h
diff -puN arch/frv/include/asm/fb.h~frv-use-generic-fbh /dev/null
--- a/arch/frv/include/asm/fb.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _ASM_FB_H_
-#define _ASM_FB_H_
-#include <linux/fb.h>
-
-#define fb_pgprotect(...) do {} while (0)
-
-static inline int fb_is_primary_device(struct fb_info *info)
-{
-	return 0;
-}
-
-#endif /* _ASM_FB_H_ */
_

Patches currently in -mm which might be from tklauser@xxxxxxxxxx are

mn10300-remove-wrapper-header-for-asm-deviceh.patch
mn10300-use-generic-fbh.patch
frv-remove-wrapper-header-for-asm-deviceh.patch
frv-use-generic-fbh.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux