Skip to content

Commit

Permalink
[PATCH] ieee1394: delete legacy module aliases
Browse files Browse the repository at this point in the history
amdtp, dv1394, raw1394, video1394:

Delete legacy module aliases.  The macros did not work and the aliases are not
needed nowadays.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Signed-off-by: Ben Collins <bcollins@debian.org>
Signed-off-by: Jody McIntyre <scjody@steamballoon.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jody McIntyre authored and Linus Torvalds committed Sep 30, 2005
1 parent 3ae3d0d commit f31c9cf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion 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 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 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 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 f31c9cf

Please sign in to comment.