diff options
author | Jody McIntyre <scjody@steamballoon.com> | 2005-09-30 22:59:18 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-30 23:41:19 +0400 |
commit | f31c9cf3bd6bc1f3e29807ba59d0c7d711385a06 (patch) | |
tree | eefa2082a0a76cbe5e3625ffc67e374ee5f43b26 /drivers/ieee1394/dv1394.c | |
parent | 3ae3d0d4ae4131563d9eb55859f4fa5bd39059bd (diff) | |
download | linux-f31c9cf3bd6bc1f3e29807ba59d0c7d711385a06.tar.xz |
[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>
Diffstat (limited to 'drivers/ieee1394/dv1394.c')
-rw-r--r-- | drivers/ieee1394/dv1394.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ieee1394/dv1394.c b/drivers/ieee1394/dv1394.c index 4538b0235ca3..e34730c7a874 100644 --- a/drivers/ieee1394/dv1394.c +++ b/drivers/ieee1394/dv1394.c @@ -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); |