diff options
Diffstat (limited to 'linux/drm_drv.h')
-rw-r--r-- | linux/drm_drv.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/linux/drm_drv.h b/linux/drm_drv.h index ea684f88..f969ec59 100644 --- a/linux/drm_drv.h +++ b/linux/drm_drv.h @@ -208,21 +208,6 @@ MODULE_AUTHOR( DRIVER_AUTHOR ); MODULE_DESCRIPTION( DRIVER_DESC ); MODULE_PARM( drm_opts, "s" ); -#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. - */ - -static int __init DRM(options)( char *str ) -{ - DRM(parse_options)( str ); - return 1; -} - -__setup( DRIVER_NAME "=", DRM(options) ); -#endif - static int DRM(setup)( drm_device_t *dev ) { int i; |