From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 13 Feb 2013 15:32:44 -0700 Subject: [U-Boot] [PATCH 03/14] tegra: spi: pull register structs out of headers In-Reply-To: <1360725802-5518-4-git-send-email-amartin@nvidia.com> References: <1360725802-5518-1-git-send-email-amartin@nvidia.com> <1360725802-5518-4-git-send-email-amartin@nvidia.com> Message-ID: <511C148C.1020402@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/12/2013 08:23 PM, Allen Martin wrote: > Move register structs from headers into .c files and use common name. > This is in preparation of making common fdt front end for SPI > drivers. Why not move all the register defines too?