|
@@ -191,7 +191,7 @@ static void radeon_set_filp_rights(struct drm_device *dev,
|
|
* etc. (all asics).
|
|
* etc. (all asics).
|
|
* Returns 0 on success, -EINVAL on failure.
|
|
* Returns 0 on success, -EINVAL on failure.
|
|
*/
|
|
*/
|
|
-int radeon_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
|
|
|
|
|
|
+static int radeon_info_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
|
|
{
|
|
{
|
|
struct radeon_device *rdev = dev->dev_private;
|
|
struct radeon_device *rdev = dev->dev_private;
|
|
struct drm_radeon_info *info = data;
|
|
struct drm_radeon_info *info = data;
|