From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Tue, 23 Oct 2012 13:18:48 +0200 Subject: [U-Boot] [PATCH v2] common/spl: Mark arguments as unused In-Reply-To: <50867C94.7070502@gmail.com> References: <50867C94.7070502@gmail.com> Message-ID: <50867D18.7030007@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 On 10/23/2012 01:16 PM, Vikram Narayanan wrote: > As dummy{1,2} are not used anywhere, mark it with __maybe_unused > > Signed-off-by: Vikram Narayanan > Cc: Stefan Roese Acked-by: Stefan Roese Thanks, Stefan