diff options
author | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-17 23:16:23 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-22 11:26:49 +0300 |
commit | 11c8ea81cc639c2ea56f94a9cdaa6242ff13a3af (patch) | |
tree | f9971982565a83bb3e9dd1bb69ff7b0e3a06c3f1 /drivers/net/caif | |
parent | 763eef8b5b64dbbfc0f6273af9a57024069785a9 (diff) | |
download | linux-11c8ea81cc639c2ea56f94a9cdaa6242ff13a3af.tar.xz |
ux500: rename modem IRQ and MBOX files
Suffix the U5500 modem IRQ and MBOX files with *-db5500* so that
we clearly know the SoC they belong to, in line with the rest of
the files in mach-ux500.
Cc: Stefan Nilsson <stefan.xk.nilsson@stericsson.com>
Cc: Martin Persson <martin.persson@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'drivers/net/caif')
-rw-r--r-- | drivers/net/caif/caif_shm_u5500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/caif/caif_shm_u5500.c b/drivers/net/caif/caif_shm_u5500.c index 1cd90da86f13..13fa5353816e 100644 --- a/drivers/net/caif/caif_shm_u5500.c +++ b/drivers/net/caif/caif_shm_u5500.c @@ -11,7 +11,7 @@ #include <linux/init.h> #include <linux/module.h> #include <linux/netdevice.h> -#include <mach/mbox.h> +#include <mach/mbox-db5500.h> #include <net/caif/caif_shm.h> MODULE_LICENSE("GPL"); |