Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25057
b: refs/heads/master
c: 51c38f9
h: refs/heads/master
i:
  25055: 50f90d7
v: v3
  • Loading branch information
Dmitry Torokhov committed Feb 19, 2006
1 parent 600b602 commit 549ffaa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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: 221979aad6ab4792617f2e58973aa6fc349d4036
refs/heads/master: 51c38f9bce274a1e8a90aa457fb433be738f7458
4 changes: 1 addition & 3 deletions trunk/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ obj-$(CONFIG_CONNECTOR) += connector/
obj-$(CONFIG_FB_I810) += video/i810/
obj-$(CONFIG_FB_INTEL) += video/intelfb/

# we also need input/serio early so serio bus is initialized by the time
# serial drivers start registering their serio ports
obj-$(CONFIG_SERIO) += input/serio/
obj-y += serial/
obj-$(CONFIG_PARPORT) += parport/
obj-y += base/ block/ misc/ mfd/ net/ media/
Expand All @@ -53,6 +50,7 @@ obj-$(CONFIG_TC) += tc/
obj-$(CONFIG_USB) += usb/
obj-$(CONFIG_PCI) += usb/
obj-$(CONFIG_USB_GADGET) += usb/gadget/
obj-$(CONFIG_SERIO) += input/serio/
obj-$(CONFIG_GAMEPORT) += input/gameport/
obj-$(CONFIG_INPUT) += input/
obj-$(CONFIG_I2O) += message/
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/gameport/gameport.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,5 +797,5 @@ static void __exit gameport_exit(void)
kthread_stop(gameport_task);
}

module_init(gameport_init);
subsys_initcall(gameport_init);
module_exit(gameport_exit);
2 changes: 1 addition & 1 deletion trunk/drivers/input/serio/serio.c
Original file line number Diff line number Diff line change
Expand Up @@ -924,5 +924,5 @@ static void __exit serio_exit(void)
kthread_stop(serio_task);
}

module_init(serio_init);
subsys_initcall(serio_init);
module_exit(serio_exit);

0 comments on commit 549ffaa

Please sign in to comment.