patch-2.4.25 linux-2.4.25/drivers/char/drm/ffb_drv.c
Next file: linux-2.4.25/drivers/char/drm/gamma_dma.c
Previous file: linux-2.4.25/drivers/char/drm/drm_vm.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
2004-02-18 05:36:31.000000000 -0800
- Orig file:
linux-2.4.24/drivers/char/drm/ffb_drv.c
- Orig date:
2001-10-21 10:40:36.000000000 -0700
diff -urN linux-2.4.24/drivers/char/drm/ffb_drv.c linux-2.4.25/drivers/char/drm/ffb_drv.c
@@ -372,25 +372,6 @@
return ret;
}
-#ifndef MODULE
-/* DRM(options) is called by the kernel to parse command-line options
- * passed via the boot-loader (e.g., LILO). It calls the insmod option
- * routine, drm_parse_drm.
- */
-
-/* JH- We have to hand expand the string ourselves because of the cpp. If
- * anyone can think of a way that we can fit into the __setup macro without
- * changing it, then please send the solution my way.
- */
-static int __init ffb_options(char *str)
-{
- DRM(parse_options)(str);
- return 1;
-}
-
-__setup(DRIVER_NAME "=", ffb_options);
-#endif
-
#include "drm_fops.h"
#include "drm_init.h"
#include "drm_ioctl.h"
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)