public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jaswinder Singh Rajput <jaswinder@kernel.org>
To: Russell King <rmk+lkml@arm.linux.org.uk>,
	Kevin Hilman <khilman@deeprootsystems.com>,
	David Howells <dhowells@redhat.com>,
	benh@kernel.crashing.org, paulus@samba.org,
	schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com,
	jdike@addtoit.com, Ingo Molnar <mingo@elte.hu>,
	x86 maintainers <x86@kernel.org>,
	Alan Cox <alan@lxorguk.ukuu.org.uk>,
	David Miller <davem@davemloft.net>,
	James Bottomley <James.Bottomley@HansenPartnership.com>,
	dbrownell@users.sourceforge.net, Greg KH <greg@kroah.com>,
	mchehab@infradead.org, jeremy@xensource.com, felixb@sgi.com,
	lenb@kernel.org, airlied@linux.ie, bcrl@kvack.org,
	Steven Rostedt <rostedt@goodmis.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Sam Ravnborg <sam@ravnborg.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/44] includecheck: fix multiple includes
Date: Wed, 08 Jul 2009 19:58:28 +0530	[thread overview]
Message-ID: <1247063308.4382.12.camel@ht.satnam> (raw)

The following changes since commit faf80d62e44dc627efb741f48db50c1858d1667c:
  Linus Torvalds (1):
        Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/.../tip/linux-2.6-tip

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-check-2.6.git master

Jaswinder Singh Rajput (44):
      includecheck fix: arm, misc.c
      includecheck fix: arm, atomic.h
      includecheck fix: arm, board-dm355-evm.c
      includecheck fix: arm, board-dm355-leopard.c
      includecheck fix: arm, board-dm644x-evm.c
      includecheck fix: arm, board-dm646x-evm.c
      includecheck fix: arm, board-sffsdr.c
      includecheck fix: arm, mach-mx3/devices.c
      includecheck fix: arm, mach-omap1/mcbsp.c
      includecheck fix: arm, mach-omap2/mcbsp.c
      includecheck fix: arm, plat-s3c64xx/pm.c
      includecheck fix: arm, plat-stmp3xxx/pinmux.c
      includecheck fix: mn10300, sys_mn10300.c
      includecheck fix: powerpc, mpc7450-pmu.c
      includecheck fix: powerpc, ppc970-pmu.c
      includecheck fix: s390, sys_s390.c
      includecheck fix: um, helper.c
      includecheck fix: x86, dumpstack.c
      includecheck fix: x86, traps.c
      includecheck fix: x86, shadow.c
      includecheck fix: Documentation, cfag12864b-example.c
      includecheck fix: drivers/char, vt.c
      includecheck fix: drivers/net, sja1000.c
      includecheck fix: drivers/net, axnet_cs.c
      includecheck fix: drivers/net, smc911x.h
      includecheck fix: drivers/parisc, ccio-dma.c
      includecheck fix: drivers/scsi, libfcoe.c
      includecheck fix: drivers/scsi, ibmvscsi.c
      includecheck fix: drivers/spi, amba-pl022.c
      includecheck fix: drivers/staging, usbdrv.c
      includecheck fix: drivers/staging, rt_linux.h
      includecheck fix: drivers/video, vgacon.c
      includecheck fix: drivers/xen, evtchn.c
      includecheck fix: fs/xfs, xfs_iops.c
      includecheck fix: include/acpi, acpi_bus.h
      includecheck fix: include/drm, drm_memory.h
      includecheck fix: include/linux, aio.h
      includecheck fix: include/linux, ftrace.h
      includecheck fix: include/linux, icmpv6.h
      includecheck fix: include/linux, net_dropmon.h
      includecheck fix: include/linux, rfkill.h
      includecheck fix: kernel/trace, ring_buffer.c
      includecheck fix: mm, nommu.c
      includecheck fix: mm, shmem.c

 Documentation/auxdisplay/cfag12864b-example.c |    1 -
 arch/arm/boot/compressed/misc.c               |    1 -
 arch/arm/include/asm/atomic.h                 |    2 --
 arch/arm/mach-davinci/board-dm355-evm.c       |    1 -
 arch/arm/mach-davinci/board-dm355-leopard.c   |    1 -
 arch/arm/mach-davinci/board-dm644x-evm.c      |    1 -
 arch/arm/mach-davinci/board-dm646x-evm.c      |    1 -
 arch/arm/mach-davinci/board-sffsdr.c          |    1 -
 arch/arm/mach-mx3/devices.c                   |    1 -
 arch/arm/mach-omap1/mcbsp.c                   |    1 -
 arch/arm/mach-omap2/mcbsp.c                   |    1 -
 arch/arm/plat-s3c64xx/pm.c                    |    2 --
 arch/arm/plat-stmp3xxx/pinmux.c               |    1 -
 arch/mn10300/kernel/sys_mn10300.c             |    1 -
 arch/powerpc/kernel/mpc7450-pmu.c             |    1 -
 arch/powerpc/kernel/ppc970-pmu.c              |    1 -
 arch/s390/kernel/sys_s390.c                   |    1 -
 arch/um/os-Linux/helper.c                     |    1 -
 arch/x86/kernel/dumpstack.c                   |    1 -
 arch/x86/kernel/traps.c                       |    1 -
 arch/x86/mm/kmemcheck/shadow.c                |    1 -
 drivers/char/vt.c                             |    1 -
 drivers/net/can/sja1000/sja1000.c             |    1 -
 drivers/net/pcmcia/axnet_cs.c                 |    2 --
 drivers/net/smc911x.h                         |    1 -
 drivers/parisc/ccio-dma.c                     |    1 -
 drivers/scsi/fcoe/libfcoe.c                   |    1 -
 drivers/scsi/ibmvscsi/ibmvscsi.c              |    1 -
 drivers/spi/amba-pl022.c                      |    2 --
 drivers/staging/otus/usbdrv.c                 |    3 ---
 drivers/staging/rt2860/rt_linux.h             |    4 ----
 drivers/video/console/vgacon.c                |    1 -
 drivers/xen/evtchn.c                          |    1 -
 fs/xfs/linux-2.6/xfs_iops.c                   |    1 -
 include/acpi/acpi_bus.h                       |    1 -
 include/drm/drm_memory.h                      |    2 --
 include/linux/aio.h                           |    2 --
 include/linux/ftrace.h                        |    1 -
 include/linux/icmpv6.h                        |    2 --
 include/linux/net_dropmon.h                   |    1 -
 include/linux/rfkill.h                        |    1 -
 kernel/trace/ring_buffer.c                    |    2 --
 mm/nommu.c                                    |    2 --
 mm/shmem.c                                    |    1 -
 44 files changed, 0 insertions(+), 58 deletions(-)



             reply	other threads:[~2009-07-08 14:48 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-08 14:28 Jaswinder Singh Rajput [this message]
2009-07-08 14:30 ` [PATCH 1/44] includecheck fix: arm, misc.c Jaswinder Singh Rajput
2009-07-08 14:31 ` [PATCH 2/44] includecheck fix: arm, atomic.h Jaswinder Singh Rajput
2009-07-08 14:33 ` [PATCH 3/44] includecheck fix: arm, board-dm355-evm.c Jaswinder Singh Rajput
2009-07-09 14:18   ` Kevin Hilman
2009-07-08 14:34 ` [PATCH 4/44] includecheck fix: arm, board-dm355-leopard.c Jaswinder Singh Rajput
2009-07-09 14:18   ` Kevin Hilman
2009-07-08 14:35 ` [PATCH 5/44] includecheck fix: arm, board-dm644x-evm.c Jaswinder Singh Rajput
2009-07-09 14:27   ` Kevin Hilman
2009-07-08 14:36 ` [PATCH 6/44] includecheck fix: arm, board-dm646x-evm.c Jaswinder Singh Rajput
2009-07-09 14:27   ` Kevin Hilman
2009-07-08 14:37 ` [PATCH 7/44] includecheck fix: arm, board-sffsdr.c Jaswinder Singh Rajput
2009-07-09 14:28   ` Kevin Hilman
2009-07-08 14:38 ` [PATCH 8/44] includecheck fix: arm, mach-mx3/devices.c Jaswinder Singh Rajput
2009-07-08 14:40 ` [PATCH 9/44] includecheck fix: arm, mach-omap1/mcbsp.c Jaswinder Singh Rajput
2009-07-09 14:30   ` Kevin Hilman
2009-07-08 14:41 ` [PATCH 10/44] includecheck fix: arm, mach-omap2/mcbsp.c Jaswinder Singh Rajput
2009-07-09 14:30   ` Kevin Hilman
2009-07-08 14:42 ` [PATCH 11/44] includecheck fix: arm, plat-s3c64xx/pm.c Jaswinder Singh Rajput
2009-07-08 14:43 ` [PATCH 12/44] includecheck fix: arm, plat-stmp3xxx/pinmux.c Jaswinder Singh Rajput
2009-07-08 14:44 ` [PATCH 13/44] includecheck fix: mn10300, sys_mn10300.c Jaswinder Singh Rajput
2009-07-08 14:47 ` [PATCH 14/44] includecheck fix: powerpc, mpc7450-pmu.c Jaswinder Singh Rajput
2009-07-08 14:50 ` [PATCH 15/44] includecheck fix: powerpc, ppc970-pmu.c Jaswinder Singh Rajput
2009-07-08 14:55 ` [PATCH 17/44] includecheck fix: um, helper.c Jaswinder Singh Rajput
2009-07-10  8:51   ` Amerigo Wang
2009-07-08 14:57 ` [PATCH 18/44] includecheck fix: x86, dumpstack.c Jaswinder Singh Rajput
2009-07-09 17:25   ` Cyrill Gorcunov
2009-07-08 14:58 ` [PATCH 19/44] includecheck fix: x86, traps.c Jaswinder Singh Rajput
2009-07-08 14:59 ` [PATCH 20/44] includecheck fix: x86, shadow.c Jaswinder Singh Rajput
2009-07-09 16:28   ` Cyrill Gorcunov
2009-07-09 18:18     ` Thomas Gleixner
2009-07-09 18:29       ` Pekka Enberg
2009-07-09 19:01         ` Thomas Gleixner
2009-07-10  8:09           ` Jaswinder Singh Rajput
2009-07-10  8:18             ` Pekka Enberg
2009-07-08 15:02 ` [PATCH 21/44] includecheck fix: Documentation, cfag12864b-example.c Jaswinder Singh Rajput
2009-07-08 16:17   ` Randy Dunlap
2009-07-08 15:10 ` [PATCH 22/44] includecheck fix: drivers/char, vt.c Jaswinder Singh Rajput
2009-07-08 15:12 ` [PATCH 23/44] includecheck fix: drivers/net, sja1000.c Jaswinder Singh Rajput
2009-07-08 15:23 ` [PATCH 24/44] includecheck fix: drivers/net, axnet_cs.c Jaswinder Singh Rajput
2009-07-08 15:25 ` [PATCH 25/44] includecheck fix: drivers/net, smc911x.h Jaswinder Singh Rajput
2009-07-08 15:27 ` [PATCH 26/44] includecheck fix: drivers/parisc, ccio-dma.c Jaswinder Singh Rajput
2009-07-08 15:28 ` [PATCH 27/44] includecheck fix: drivers/scsi, libfcoe.c Jaswinder Singh Rajput
2009-07-08 15:30 ` [PATCH 28/44] includecheck fix: drivers/scsi, ibmvscsi.c Jaswinder Singh Rajput
2009-07-08 15:32 ` [PATCH 29/44] includecheck fix: drivers/spi, amba-pl022.c Jaswinder Singh Rajput
2009-07-08 17:28   ` Linus Walleij
2009-07-08 17:42     ` Jaswinder Singh Rajput
2009-07-09 21:17       ` Linus Walleij
2009-07-09 21:20         ` Linus Torvalds
2009-07-08 17:39   ` David Brownell
2009-07-08 15:34 ` [PATCH 30/44] includecheck fix: drivers/staging, usbdrv.c Jaswinder Singh Rajput
2009-07-08 15:37 ` [PATCH 31/44] includecheck fix: drivers/staging, rt_linux.h Jaswinder Singh Rajput
2009-07-08 15:40 ` [PATCH 32/44] includecheck fix: drivers/video, vgacon.c Jaswinder Singh Rajput
2009-07-08 15:42 ` [PATCH 33/44] includecheck fix: drivers/xen, evtchn.c Jaswinder Singh Rajput
2009-07-08 16:50   ` Jeremy Fitzhardinge
2009-07-08 15:46 ` [PATCH 34/44] includecheck fix: fs/xfs, xfs_iops.c Jaswinder Singh Rajput
2009-07-09 14:52   ` Olaf Weber
2009-07-08 15:47 ` [PATCH 35/44] includecheck fix: include/acpi, acpi_bus.h Jaswinder Singh Rajput
2009-07-08 15:49 ` [PATCH 36/44] includecheck fix: include/drm, drm_memory.h Jaswinder Singh Rajput
2009-07-09  0:04   ` Dave Airlie
2009-07-08 15:50 ` [PATCH 37/44] includecheck fix: include/linux, aio.h Jaswinder Singh Rajput
2009-07-08 15:52 ` [PATCH 38/44] includecheck fix: include/linux, ftrace.h Jaswinder Singh Rajput
2009-07-08 15:53 ` [PATCH 39/44] includecheck fix: include/linux, icmpv6.h Jaswinder Singh Rajput
2009-07-08 15:54 ` [PATCH 40/44] includecheck fix: include/linux, net_dropmon.h Jaswinder Singh Rajput
2009-07-08 15:55 ` [PATCH 41/44] includecheck fix: include/linux, rfkill.h Jaswinder Singh Rajput
2009-07-08 19:32   ` Marcel Holtmann
2009-07-09  4:01     ` Jaswinder Singh Rajput
2009-07-09  5:47       ` Marcel Holtmann
2009-07-08 15:56 ` [PATCH 42/44] includecheck fix: kernel/trace, ring_buffer.c Jaswinder Singh Rajput
2009-07-08 15:58 ` [PATCH 43/44] includecheck fix: mm, nommu.c Jaswinder Singh Rajput
2009-07-08 15:59 ` [PATCH 44/44] includecheck fix: mm, shmem.c Jaswinder Singh Rajput
2009-07-08 16:00 ` [PATCH 16/44] includecheck fix: s390, sys_s390.c Jaswinder Singh Rajput
2009-07-08 18:00 ` [PATCH 0/44] includecheck: fix multiple includes Jaswinder Singh Rajput
2009-07-08 21:13   ` Russell King
2009-07-09  4:28     ` Jaswinder Singh Rajput
2009-07-09 11:34       ` dmitry pervushin
2009-07-09 18:48       ` Ben Dooks
2009-07-09 20:08       ` Philip Balister
2009-07-10  5:45       ` Sascha Hauer
2009-07-24 14:45       ` Eduardo Valentin
2009-07-24 15:07         ` Jaswinder Singh Rajput
2009-07-10  7:17   ` Jaswinder Singh Rajput
2009-07-09 18:40 ` [GIT-PULL] includecheck fixes Jaswinder Singh Rajput
2009-07-09 22:26   ` Greg KH
2009-07-10  2:59     ` Jaswinder Singh Rajput
2009-07-10  3:22       ` James Bottomley
2009-07-10  3:41         ` Jaswinder Singh Rajput
2009-07-10  8:49           ` Jiri Kosina
2009-07-10  3:35       ` Greg KH
2009-07-10  3:50         ` Jaswinder Singh Rajput

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1247063308.4382.12.camel@ht.satnam \
    --to=jaswinder@kernel.org \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=airlied@linux.ie \
    --cc=akpm@linux-foundation.org \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=bcrl@kvack.org \
    --cc=benh@kernel.crashing.org \
    --cc=davem@davemloft.net \
    --cc=dbrownell@users.sourceforge.net \
    --cc=dhowells@redhat.com \
    --cc=felixb@sgi.com \
    --cc=greg@kroah.com \
    --cc=heiko.carstens@de.ibm.com \
    --cc=jdike@addtoit.com \
    --cc=jeremy@xensource.com \
    --cc=khilman@deeprootsystems.com \
    --cc=lenb@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@infradead.org \
    --cc=mingo@elte.hu \
    --cc=paulus@samba.org \
    --cc=rmk+lkml@arm.linux.org.uk \
    --cc=rostedt@goodmis.org \
    --cc=sam@ravnborg.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox