Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102134
b: refs/heads/master
c: 01c22bf
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Bartlomiej Zolnierkiewicz committed Jul 16, 2008
1 parent 545f3df commit c7f491c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ffa793f9bb5b563edb4cacc43a4d6677eec0e36b
refs/heads/master: 01c22bfc30a3f40fed08cfd2779348edcb6c5e53
1 change: 0 additions & 1 deletion trunk/drivers/ide/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ endif

obj-$(CONFIG_BLK_DEV_IDE) += arm/ mips/

# old hd driver must be last
ifeq ($(CONFIG_BLK_DEV_HD), y)
hd-core-y += legacy/hd.o
obj-y += hd-core.o
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ide/legacy/hd.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,4 +812,4 @@ static int __init parse_hd_setup(char *line)
}
__setup("hd=", parse_hd_setup);

module_init(hd_init);
late_initcall(hd_init);

0 comments on commit c7f491c

Please sign in to comment.