> 
>  /* Macro's */
> -#define REG16(A)    (*(reg_uword16 *)(A))
> -
>  #define CLEAR_BIT(reg, mask)             (reg &= ~mask)
>  #define SET_BIT(reg, mask)               (reg |= mask)
> 

-- Another candidate for cleanup :)

> --
> 1.5.4.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majord...@vger.kernel.org
> 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to