|
@@ -47,7 +47,7 @@ struct opregion_acpi {
|
|
|
/*FIXME: add it later*/
|
|
|
} __packed;
|
|
|
|
|
|
-int intel_opregion_init(struct drm_device *dev)
|
|
|
+int gma_intel_opregion_init(struct drm_device *dev)
|
|
|
{
|
|
|
struct drm_psb_private *dev_priv = dev->dev_private;
|
|
|
u32 opregion_phy;
|
|
@@ -71,7 +71,7 @@ int intel_opregion_init(struct drm_device *dev)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-int intel_opregion_exit(struct drm_device *dev)
|
|
|
+int gma_intel_opregion_exit(struct drm_device *dev)
|
|
|
{
|
|
|
struct drm_psb_private *dev_priv = dev->dev_private;
|
|
|
if (dev_priv->lid_state)
|