All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Fix various -Wmissing-prototypes warnings
@ 2009-11-17 20:08 Josh Triplett
  0 siblings, 0 replies; only message in thread
From: Josh Triplett @ 2009-11-17 20:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

The following changes since commit a3ccf63ee643ef243cbf8918da8b3f9238f10029:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../ieee1394/linux1394-2.6

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux-misc wmissing-prototypes

Josh Triplett (11):
      tty: Make tty_port_users static inline, not extern inline
      quota: Make __dquot_alloc_space static
      pty: Mark pty_resize static
      drivers/char/vt_ioctl.c: Include <linux/suspend.h> for pm_set_vt_switch
      sched: Mark various internal functions static
      x86: Include asm/proto.h in setup_nx.c for check_efer
      timers: Mark posix_get_coarse_res static
      x86: apic: Mark enable_IR static
      x86: apic: Make asm/apic.h prototype default_init_apic_ldr on 64-bit too.
      fs: Include fs/internal.h in fs/file_table.c for mark_files_ro prototype
      trace: Mark tracing_dentry_percpu static

 arch/x86/include/asm/apic.h |    8 ++++----
 arch/x86/kernel/apic/apic.c |    2 +-
 arch/x86/mm/setup_nx.c      |    1 +
 drivers/char/pty.c          |    2 +-
 drivers/char/vt_ioctl.c     |    1 +
 fs/file_table.c             |    2 ++
 fs/quota/dquot.c            |    3 +--
 include/linux/tty.h         |    2 +-
 kernel/posix-timers.c       |    2 +-
 kernel/sched.c              |    4 ++--
 kernel/sched_fair.c         |    2 +-
 kernel/sched_idletask.c     |    2 +-
 kernel/sched_rt.c           |    2 +-
 kernel/trace/trace.c        |    2 +-
 14 files changed, 19 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-17 20:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-17 20:08 [GIT PULL] Fix various -Wmissing-prototypes warnings Josh Triplett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.