diff options
author | Timur Tabi <timur@freescale.com> | 2011-09-15 17:44:53 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-09-18 16:08:57 -0400 |
commit | f8c6bf6ae677663adbf91b882755e3f757fb1669 (patch) | |
tree | 19728204b5ca757604d929643d87463c7982ece8 /drivers | |
parent | bada04fcda8bd2a2bfd5519a6a7265ec9896b435 (diff) |
drivers/video: fsl-diu-fb: set the driver name to "fsl-diu-fb"
Use the name "fsl-diu-fb" in the Freescale DIU framebuffer driver
during registrations.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/video/fsl-diu-fb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/fsl-diu-fb.c b/drivers/video/fsl-diu-fb.c index 4d22399be177..19bfbf5bb980 100644 --- a/drivers/video/fsl-diu-fb.c +++ b/drivers/video/fsl-diu-fb.c | |||
@@ -1274,7 +1274,7 @@ static int request_irq_local(int irq) | |||
1274 | /* Read to clear the status */ | 1274 | /* Read to clear the status */ |
1275 | in_be32(&hw->int_status); | 1275 | in_be32(&hw->int_status); |
1276 | 1276 | ||
1277 | ret = request_irq(irq, fsl_diu_isr, 0, "diu", NULL); | 1277 | ret = request_irq(irq, fsl_diu_isr, 0, "fsl-diu-fb", NULL); |
1278 | if (!ret) { | 1278 | if (!ret) { |
1279 | ints = INT_PARERR | INT_LS_BF_VS; | 1279 | ints = INT_PARERR | INT_LS_BF_VS; |
1280 | #if !defined(CONFIG_NOT_COHERENT_CACHE) | 1280 | #if !defined(CONFIG_NOT_COHERENT_CACHE) |
@@ -1634,7 +1634,7 @@ MODULE_DEVICE_TABLE(of, fsl_diu_match); | |||
1634 | 1634 | ||
1635 | static struct platform_driver fsl_diu_driver = { | 1635 | static struct platform_driver fsl_diu_driver = { |
1636 | .driver = { | 1636 | .driver = { |
1637 | .name = "fsl_diu", | 1637 | .name = "fsl-diu-fb", |
1638 | .owner = THIS_MODULE, | 1638 | .owner = THIS_MODULE, |
1639 | .of_match_table = fsl_diu_match, | 1639 | .of_match_table = fsl_diu_match, |
1640 | }, | 1640 | }, |