+ x86-fix-compilation-warning-discards-qualifiers-from-pointer-target-type-in-io_32h.patch added to -mm tree

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

 



The patch titled
     x86: fix compilation warning "discards qualifiers from pointer target type" in io_32.h
has been added to the -mm tree.  Its filename is
     x86-fix-compilation-warning-discards-qualifiers-from-pointer-target-type-in-io_32h.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 ***

See http://userweb.kernel.org/~akpm/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: x86: fix compilation warning "discards qualifiers from pointer target type" in io_32.h
From: "Rune V. Sjøen" <rvsjoen@xxxxxxxxx>

Fixes compilation warning "discards qualifiers from pointer target
type" in io_32.h

Signed-off-by: "Rune V. Sjøen" <rvsjoen@xxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 include/asm-x86/io_32.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN include/asm-x86/io_32.h~x86-fix-compilation-warning-discards-qualifiers-from-pointer-target-type-in-io_32h include/asm-x86/io_32.h
--- a/include/asm-x86/io_32.h~x86-fix-compilation-warning-discards-qualifiers-from-pointer-target-type-in-io_32h
+++ a/include/asm-x86/io_32.h
@@ -152,7 +152,7 @@ memcpy_fromio(void *dst, const volatile 
 }
 
 static inline void
-memcpy_toio(volatile void __iomem *dst, const void *src, int count)
+memcpy_toio(void __iomem *dst, const void *src, int count)
 {
 	__memcpy((void __force *)dst, src, count);
 }
_

Patches currently in -mm which might be from rvsjoen@xxxxxxxxx are

x86-fix-compilation-warning-discards-qualifiers-from-pointer-target-type-in-io_32h.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 Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux