]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PARISC] stifb: Remove obsolete MODULE_PARM()
authorHelge Deller <deller@parisc-linux.org>
Wed, 11 Jan 2006 01:48:05 +0000 (20:48 -0500)
committerKyle McMartin <kyle@duet.int.mcmartin.ca>
Wed, 11 Jan 2006 02:53:07 +0000 (21:53 -0500)
The bpp module parameter has been obsoleted in favour of
a setup string, so remove the MODULE_PARM.

Signed-off-by: Helge Deller <deller@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
drivers/video/stifb.c

index 3f050a770a1540cacda069dd03cfcd8037d0a64b..56d71d6e9a724df370757a58a34a22a38ff1bc1a 100644 (file)
@@ -1483,7 +1483,3 @@ module_exit(stifb_cleanup);
 MODULE_AUTHOR("Helge Deller <deller@gmx.de>, Thomas Bogendoerfer <tsbogend@alpha.franken.de>");
 MODULE_DESCRIPTION("Framebuffer driver for HP's NGLE series graphics cards in HP PARISC machines");
 MODULE_LICENSE("GPL v2");
-
-MODULE_PARM(bpp, "i");
-MODULE_PARM_DESC(mem, "Bits per pixel (default: 8)");
-