X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Fia64%2Fkernel%2Ftopology.c;h=28f299de290397361565b4407f3ec0736fd7a018;hb=5a0e3ad6af8660be21ca98a971cd00f331318c05;hp=8f060352e1297acf0d91db5b512b6ac12d022a36;hpb=6512c0d62589c9f4da00328518e492ddd1c01c7f;p=mv-sheeva.git diff --git a/arch/ia64/kernel/topology.c b/arch/ia64/kernel/topology.c index 8f060352e12..28f299de290 100644 --- a/arch/ia64/kernel/topology.c +++ b/arch/ia64/kernel/topology.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include #include @@ -282,7 +283,7 @@ static ssize_t cache_show(struct kobject * kobj, struct attribute * attr, char * return ret; } -static struct sysfs_ops cache_sysfs_ops = { +static const struct sysfs_ops cache_sysfs_ops = { .show = cache_show };