[GIT PULL] Fix various -Wmissing-prototypes warnings

From: Josh Triplett
Date: Tue Nov 17 2009 - 15:08:44 EST


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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/