Fix compile warning

This commit is contained in:
Justin Hammond 2024-06-05 18:35:00 +08:00
parent fcfe2a39eb
commit 4e649e931d

View file

@ -77,8 +77,10 @@ static struct drm_driver pvr_drm_platform_driver;
*/
#define MAX_DEVICES 16
#if 0
static unsigned int pvr_num_devices = 1;
static struct platform_device **pvr_devices;
#endif
#if defined(NO_HARDWARE)
static int pvr_num_devices_set(const char *val,