On Fri, Aug 29, 2008 at 10:09:29PM -0500, Ramirez Luna, Omar wrote:
> From: Omar Ramirez Luna <[EMAIL PROTECTED]>
> Date: Fri, 29 Aug 2008 21:20:39 -0500
> Subject: [PATCH] Bridge Checkpatch Cleanup
> 
> Deleted unused function typedefs and structures associated with them

This says delete.

> diff --git a/arch/arm/plat-omap/include/mach/bridge/_chnl_sm.h 
> b/arch/arm/plat-omap/include/mach/bridge/_chnl_sm.h
> index f6a6c69..4bc2633 100644
> --- a/arch/arm/plat-omap/include/mach/bridge/_chnl_sm.h
> +++ b/arch/arm/plat-omap/include/mach/bridge/_chnl_sm.h
> @@ -110,6 +110,8 @@ struct loadMonStruct {
> 
>  #endif
> 
> +       typedef u32 SMWORD;
> +

This looks like adding to me.

> +       typedef bool(CDECL *COD_ALLOCFXN) (void *pPrivRef, u32 space,
> +                                           u32 ulNumBytes, u32 ulAlign,
> +                                           u32 *ulDspAddr, bool fReserved);
> +
> +       typedef bool(CDECL *COD_FREEFXN) (void *pPrivReg, u32 ulDspAddr,
> +                                          u32 space, u32 ulNumBytes,
> +                                          bool fReserved);

More typedef adding.

> +#ifndef _SIZE_T                        /* Linux sets _SIZE_T on defining 
> size_t */
> +typedef unsigned int size_t;
> +#define _SIZE_T
> +#endif

More adding...
--
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