Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] ieee1394: delete legacy module aliases

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>

authored by

Jody McIntyre and committed by
Linus Torvalds
f31c9cf3 3ae3d0d4

-4
-1
drivers/ieee1394/amdtp.c
··· 1297 1297 1298 1298 module_init(amdtp_init_module); 1299 1299 module_exit(amdtp_exit_module); 1300 - MODULE_ALIAS_CHARDEV(IEEE1394_MAJOR, IEEE1394_MINOR_BLOCK_AMDTP * 16);
-1
drivers/ieee1394/dv1394.c
··· 2660 2660 2661 2661 module_init(dv1394_init_module); 2662 2662 module_exit(dv1394_exit_module); 2663 - MODULE_ALIAS_CHARDEV(IEEE1394_MAJOR, IEEE1394_MINOR_BLOCK_DV1394 * 16);
-1
drivers/ieee1394/raw1394.c
··· 2958 2958 module_init(init_raw1394); 2959 2959 module_exit(cleanup_raw1394); 2960 2960 MODULE_LICENSE("GPL"); 2961 - MODULE_ALIAS_CHARDEV(IEEE1394_MAJOR, IEEE1394_MINOR_BLOCK_RAW1394 * 16);
-1
drivers/ieee1394/video1394.c
··· 1571 1571 1572 1572 module_init(video1394_init_module); 1573 1573 module_exit(video1394_exit_module); 1574 - MODULE_ALIAS_CHARDEV(IEEE1394_MAJOR, IEEE1394_MINOR_BLOCK_VIDEO1394 * 16);