summaryrefslogtreecommitdiff
path: root/drivers/mxc
diff options
context:
space:
mode:
authorDennis Wenzel <b21659@freescale.com>2011-01-20 14:51:15 -0600
committerAlan Tull <alan.tull@freescale.com>2011-02-03 16:45:02 -0600
commitc6fbfc5857e1fc1b543d043ddb82187a744750f2 (patch)
tree334b3aa295c682c87cbdb00e10ae1ebb13ba5183 /drivers/mxc
parent92a0e3ac63dd5e0a9a403e249f9dddbc9ebe1ad8 (diff)
ENGR00138065 linux: System hang when running tiger and then moving usb mouse
Problem fixed so remove warning message not to run OpenVG apps with X accel. Signed-off-by: Dennis Wenzel <b21659@freescale.com>
Diffstat (limited to 'drivers/mxc')
-rw-r--r--drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c b/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c
index c2b26d3b2a0a..6b8af4bd2e1b 100644
--- a/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c
+++ b/drivers/mxc/amd-gpu/platform/hal/linux/gsl_kmod.c
@@ -830,7 +830,6 @@ static int gpu_probe(struct platform_device *pdev)
printk(KERN_ERR "DO NOT use uio_pdrv_genirq kernel module for X acceleration!\n");
gpu_2d_irq = 0;
}
- printk(KERN_ERR "Do NOT run OpenVG apps while also running imx-drv X device driver!\n");
}
if (kgsl_driver_init() != GSL_SUCCESS) {