aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/isa.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-06-30 05:03:36 -0400
committerDavid S. Miller <davem@davemloft.net>2016-06-30 05:03:36 -0400
commitee58b57100ca953da7320c285315a95db2f7053d (patch)
tree77b815a31240adc4d6326346908137fc6c2c3a96 /drivers/base/isa.c
parentMerge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... (diff)
parentMerge tag 'nfs-for-4.7-2' of git://git.linux-nfs.org/projects/anna/linux-nfs (diff)
downloadlinux-ee58b57100ca953da7320c285315a95db2f7053d.tar.gz
linux-ee58b57100ca953da7320c285315a95db2f7053d.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Several cases of overlapping changes, except the packet scheduler conflicts which deal with the addition of the free list parameter to qdisc_enqueue(). Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/base/isa.c')
-rw-r--r--drivers/base/isa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/isa.c b/drivers/base/isa.c
index 91dba65d7264..cd6ccdcf9df0 100644
--- a/drivers/base/isa.c
+++ b/drivers/base/isa.c
@@ -180,4 +180,4 @@ static int __init isa_bus_init(void)
return error;
}
-device_initcall(isa_bus_init);
+postcore_initcall(isa_bus_init);
&id=97bc00a4909fb73eba8a05dc89fe7914d7123245&follow=1'>Emit helpful status for accidental "git stash" saveWincent Colaiuta1-2/+4 2007-12-22parse-options: Add a gitcli(5) man page.Pierre Habouzit3-1/+115 2007-12-22Force the sticked form for options with optional arguments.Pierre Habouzit2-51/+51 2007-12-22Fix $EDITOR regression introduced by rewrite in C.Junio C Hamano1-1/+13 2007-12-22Small comment fix for git-cvsimport.Stefan Sperling1-1/+1 2007-12-22Make git send-email accept $EDITOR with argumentsGustaf Hendeby1-1/+1 2007-12-22git-tag: fix -l switch handling regression.Pierre Habouzit2-15/+5 2007-12-21Documentation: ls-files -v is about "assume unchanged".Junio C Hamano1-1/+2 2007-12-20Re(-re)*fix trim_common_tail()Linus Torvalds1-4/+7 2007-12-20gitweb: fix whitespace in config_to_multi (indent with tab)Jakub Narebski1-1/+1 2007-12-20everyday: replace 'prune' and 'repack' with 'gc'Miklos Vajna1-13/+6 2007-12-20Remove old generated files from .gitignore.Charles Bailey1-6/+0 2007-12-20clean up 1.5.4 release notesJeff King1-16/+17 2007-12-20Mention git-shell's "cvs" substitution in the RelNotesJohannes Schindelin1-1/+3 2007-12-20shell-scripts usage(): consistently exit with non-zeroJunio C Hamano1-1/+2 2007-12-20Reallow git-rebase --interactive --continue if commit is unnecessaryShawn O. Pearce1-1/+3 2007-12-20fix git commit --amend -m "new message"Junio C Hamano1-1/+5 2007-12-20t4024: fix test script to use simpler sed patternJunio C Hamano1-35/+123 2007-12-20Teach diff machinery to display other prefixes than "a/" and "b/"Johannes Schindelin3-8/+27 2007-12-19GIT 1.5.4-rc1v1.5.4-rc1Junio C Hamano3-10/+21 2007-12-19Catch and handle git-commit failures in git-rebase --interactiveShawn O. Pearce1-8/+9 2007-12-19Avoid update hook during git-rebase --interactiveShawn O. Pearce1-2/+2 2007-12-19Improved submodule merge supportFinn Arne Gangstad1-1/+8 2007-12-19Fix interactive rebase to preserve author email addressSean1-1/+1 2007-12-19make 'git describe --all --contains' workNicolas Pitre1-6/+8 2007-12-19Fix git-instaweb breakage on MacOS X due to the limited sed functionalityCharles Bailey2-6/+10