diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-14 12:50:27 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-04-14 12:50:27 -0400 |
| commit | d0bbe0dd353af9521e9d8bc5236308c677b6f62a (patch) | |
| tree | a1142f3a5058d16504863ac777b21efdf1eca49e /include | |
| parent | 8de29a35dc840a05e451ad035bcb06e21ccf605f (diff) | |
| parent | 0e4f93e5017d9d8080bbd34db17836e090eb46fe (diff) | |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree from Jiri Kosina:
"Usual trivial tree updates. Nothing outstanding -- mostly printk()
and comment fixes and unused identifier removals"
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial:
goldfish: goldfish_tty_probe() is not using 'i' any more
powerpc: Fix comment in smu.h
qla2xxx: Fix printks in ql_log message
lib: correct link to the original source for div64_u64
si2168, tda10071, m88ds3103: Fix firmware wording
usb: storage: Fix printk in isd200_log_config()
qla2xxx: Fix printk in qla25xx_setup_mode
init/main: fix reset_device comment
ipwireless: missing assignment
goldfish: remove unreachable line of code
coredump: Fix do_coredump() comment
stacktrace.h: remove duplicate declaration task_struct
smpboot.h: Remove unused function prototype
treewide: Fix typo in printk messages
treewide: Fix typo in printk messages
mod_devicetable: fix comment for match_flags
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/smpboot.h | 1 | ||||
| -rw-r--r-- | include/linux/stacktrace.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/smpboot.h b/include/linux/smpboot.h index 13e929679550..d600afb21926 100644 --- a/include/linux/smpboot.h +++ b/include/linux/smpboot.h | |||
| @@ -47,6 +47,5 @@ struct smp_hotplug_thread { | |||
| 47 | 47 | ||
| 48 | int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread); | 48 | int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread); |
| 49 | void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread); | 49 | void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread); |
| 50 | int smpboot_thread_schedule(void); | ||
| 51 | 50 | ||
| 52 | #endif | 51 | #endif |
diff --git a/include/linux/stacktrace.h b/include/linux/stacktrace.h index 669045ab73f3..0a34489a46b6 100644 --- a/include/linux/stacktrace.h +++ b/include/linux/stacktrace.h | |||
| @@ -7,8 +7,6 @@ struct task_struct; | |||
| 7 | struct pt_regs; | 7 | struct pt_regs; |
| 8 | 8 | ||
| 9 | #ifdef CONFIG_STACKTRACE | 9 | #ifdef CONFIG_STACKTRACE |
| 10 | struct task_struct; | ||
| 11 | |||
| 12 | struct stack_trace { | 10 | struct stack_trace { |
| 13 | unsigned int nr_entries, max_entries; | 11 | unsigned int nr_entries, max_entries; |
| 14 | unsigned long *entries; | 12 | unsigned long *entries; |
