From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 04 Feb 2009 23:20:26 +0100 Subject: [U-Boot] [PATCH 4/9] A driver for the S6E63D6 SPI display controller from Samsung In-Reply-To: References: Message-ID: <498A14AA.4080300@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Guennadi, > +struct s6e63d6 { > + unsigned int bus; > + unsigned int cs; > + struct spi_slave *slave; > +}; could we use "bus" and "cs" from struct spi_slave? "struct spi_slave" declares them already. Maybe we should drop struct s6e63d6 entirely and use struct spi_slave instead? Best regards, Anatolij