* Hiroshi DOYU <[EMAIL PROTECTED]> [080902 02:07]:
> Signed-off-by: Hiroshi DOYU <[EMAIL PROTECTED]>

This should be sent via LKML.

Tony

> ---
>  include/linux/ioport.h |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/include/linux/ioport.h b/include/linux/ioport.h
> index 22d2115..c813c63 100644
> --- a/include/linux/ioport.h
> +++ b/include/linux/ioport.h
> @@ -158,9 +158,9 @@ extern struct resource * __devm_request_region(struct 
> device *dev,
>                               struct resource *parent, resource_size_t start,
>                               resource_size_t n, const char *name);
>  
> -#define devm_release_region(start,n) \
> +#define devm_release_region(dev,start,n) \
>       __devm_release_region(dev, &ioport_resource, (start), (n))
> -#define devm_release_mem_region(start,n) \
> +#define devm_release_mem_region(dev,start,n) \
>       __devm_release_region(dev, &iomem_resource, (start), (n))
>  
>  extern void __devm_release_region(struct device *dev, struct resource 
> *parent,
> -- 
> 1.5.5.1.357.g1af8b
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to