mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
[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>
This commit is contained in:
parent
daaeb6f8d3
commit
4d62ce5d2a
@ -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)");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user