diff options
author | Helge Deller <deller@parisc-linux.org> | 2006-01-10 20:48:05 -0500 |
---|---|---|
committer | Kyle McMartin <kyle@duet.int.mcmartin.ca> | 2006-01-10 21:53:07 -0500 |
commit | 4d62ce5d2a85976a2e6f2732980e59b21b2aa8d2 (patch) | |
tree | e5fadeafce6cfc36625f176358c357f4cc5442da /drivers/video/stifb.c | |
parent | daaeb6f8d3afdfa58ffeffb7ba168ccbd5969858 (diff) |
[PARISC] stifb: Remove obsolete MODULE_PARM()
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>
Diffstat (limited to 'drivers/video/stifb.c')
-rw-r--r-- | drivers/video/stifb.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/stifb.c b/drivers/video/stifb.c index 3f050a770a15..56d71d6e9a72 100644 --- a/drivers/video/stifb.c +++ b/drivers/video/stifb.c @@ -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)"); - |