Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9524
b: refs/heads/master
c: f31c9cf
h: refs/heads/master
v: v3
  • Loading branch information
Jody McIntyre authored and Linus Torvalds committed Sep 30, 2005
1 parent 8cea791 commit 1ba48c0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 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: 3ae3d0d4ae4131563d9eb55859f4fa5bd39059bd
refs/heads/master: f31c9cf3bd6bc1f3e29807ba59d0c7d711385a06
1 change: 0 additions & 1 deletion trunk/drivers/ieee1394/amdtp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1297,4 +1297,3 @@ static void __exit amdtp_exit_module (void)

module_init(amdtp_init_module);
module_exit(amdtp_exit_module);
MODULE_ALIAS_CHARDEV(IEEE1394_MAJOR, IEEE1394_MINOR_BLOCK_AMDTP * 16);
1 change: 0 additions & 1 deletion trunk/drivers/ieee1394/dv1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -2660,4 +2660,3 @@ static int __init dv1394_init_module(void)

module_init(dv1394_init_module);
module_exit(dv1394_exit_module);
MODULE_ALIAS_CHARDEV(IEEE1394_MAJOR, IEEE1394_MINOR_BLOCK_DV1394 * 16);
1 change: 0 additions & 1 deletion trunk/drivers/ieee1394/raw1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -2958,4 +2958,3 @@ static void __exit cleanup_raw1394(void)
module_init(init_raw1394);
module_exit(cleanup_raw1394);
MODULE_LICENSE("GPL");
MODULE_ALIAS_CHARDEV(IEEE1394_MAJOR, IEEE1394_MINOR_BLOCK_RAW1394 * 16);
1 change: 0 additions & 1 deletion trunk/drivers/ieee1394/video1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -1571,4 +1571,3 @@ static int __init video1394_init_module (void)

module_init(video1394_init_module);
module_exit(video1394_exit_module);
MODULE_ALIAS_CHARDEV(IEEE1394_MAJOR, IEEE1394_MINOR_BLOCK_VIDEO1394 * 16);

0 comments on commit 1ba48c0

Please sign in to comment.