All of lore.kernel.org
 help / color / mirror / Atom feed
From: Josh Triplett <josh@joshtriplett.org>
To: linux-kernel@vger.kernel.org
Cc: torvalds@linux-foundation.org
Subject: [GIT PULL] Fix various -Wmissing-prototypes warnings
Date: Tue, 17 Nov 2009 12:08:42 -0800	[thread overview]
Message-ID: <20091117200842.GA7501@feather> (raw)

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(-)

                 reply	other threads:[~2009-11-17 20:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20091117200842.GA7501@feather \
    --to=josh@joshtriplett.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 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.