diff options
author | Helge Deller <deller@parisc-linux.org> | 2006-01-11 02:48:05 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@duet.int.mcmartin.ca> | 2006-01-11 03:53:07 +0100 |
commit | 4d62ce5d2a85976a2e6f2732980e59b21b2aa8d2 (patch) | |
tree | e5fadeafce6cfc36625f176358c357f4cc5442da /drivers/video/stifb.c | |
parent | [PARISC] stifb: Fix framebuffer console at 32bpp (diff) | |
download | linux-4d62ce5d2a85976a2e6f2732980e59b21b2aa8d2.tar.xz linux-4d62ce5d2a85976a2e6f2732980e59b21b2aa8d2.zip |
[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)"); - |