diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2014-10-21 12:27:25 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-11-04 11:43:08 -0500 |
commit | b75b276bead4850c86e60747babe09be5c13d4d1 (patch) | |
tree | c1aa6d922d03d67870238552251d2ce214cd150b /drivers/of/address.c | |
parent | 19fd74879a32fb10357e0cda9c8050f01bb3eeb8 (diff) |
of: Request and map make argument name constant
This patch makes the name argument from of_io_request_and_map constant.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'drivers/of/address.c')
-rw-r--r-- | drivers/of/address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/address.c b/drivers/of/address.c index afdb78299f61..e02828fa3acd 100644 --- a/drivers/of/address.c +++ b/drivers/of/address.c | |||
@@ -871,7 +871,7 @@ EXPORT_SYMBOL(of_iomap); | |||
871 | * return PTR_ERR(base); | 871 | * return PTR_ERR(base); |
872 | */ | 872 | */ |
873 | void __iomem *of_io_request_and_map(struct device_node *np, int index, | 873 | void __iomem *of_io_request_and_map(struct device_node *np, int index, |
874 | char *name) | 874 | const char *name) |
875 | { | 875 | { |
876 | struct resource res; | 876 | struct resource res; |
877 | void __iomem *mem; | 877 | void __iomem *mem; |