X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fmtd%2Fredboot.c;h=2d600a1bf2aa76e804679e2df284d8b7f9be2742;hb=a8931ef380c92d121ae74ecfb03b2d63f72eea6f;hp=47474903263c377555b0a5c0fefad3af737c1c78;hpb=f0e2dcffae8701f00b34bce90e762eb798dea5b1;p=~andy%2Flinux diff --git a/drivers/mtd/redboot.c b/drivers/mtd/redboot.c index 47474903263..2d600a1bf2a 100644 --- a/drivers/mtd/redboot.c +++ b/drivers/mtd/redboot.c @@ -1,6 +1,4 @@ /* - * $Id: redboot.c,v 1.21 2006/03/30 18:34:37 bjd Exp $ - * * Parse RedBoot-style Flash Image System (FIS) tables and * produce a Linux partition array to match. */ @@ -295,5 +293,5 @@ module_init(redboot_parser_init); module_exit(redboot_parser_exit); MODULE_LICENSE("GPL"); -MODULE_AUTHOR("Red Hat, Inc. - David Woodhouse "); +MODULE_AUTHOR("David Woodhouse "); MODULE_DESCRIPTION("Parsing code for RedBoot Flash Image System (FIS) tables");