[PATCH 2/2] Staging: android: Fix struct definition warning from static to const

Alan Cox alan at lxorguk.ukuu.org.uk
Fri Jan 20 22:43:32 UTC 2012


On Fri, 20 Jan 2012 21:33:17 +0000
Kashyap Gada <gada.kashyap at gmail.com> wrote:

> diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android/ashmem.c
> index b4bc03e..4a00174a5 100644
> --- a/drivers/staging/android/ashmem.c
> +++ b/drivers/staging/android/ashmem.c
> @@ -680,7 +680,7 @@ static long ashmem_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
>  	return ret;
>  }
>  
> -static struct file_operations ashmem_fops = {
> +const struct file_operations ashmem_fops = {

You've lost the static ?



More information about the devel mailing list