[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120508075751.GA18595@becoht-mvanga>
Date: Tue, 8 May 2012 09:57:51 +0200
From: Manohar Vanga <manohar.vanga@...n.ch>
To: Samuel Iglesias Gonsalvez <siglesias@...lia.com>
CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
<devel@...verdev.osuosl.org>, <linux-kernel@...r.kernel.org>,
Dan Carpenter <dan.carpenter@...cle.com>
Subject: Re: [PATCH v3 1/3] Staging: IndustryPack bus for the Linux Kernel
Hey Samuel,
> [snip]
>
> +#define to_ipack_dev(device) container_of(device, struct ipack_device, dev)
>
> [snip]
>
> +#define to_ipack_driver(drv) container_of(drv, struct ipack_driver, driver)
These don't need to be public as only your bus driver uses them. You can move this
into the .c file.
--
/manohar
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists