From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Wed, 05 Oct 2011 09:12:27 +0200 Subject: [U-Boot] [PATCH v3] AVR32: fix timer_init() function In-Reply-To: <1443988412-13421-1-git-send-email-svens@stackframe.org> References: <1443988412-13421-1-git-send-email-svens@stackframe.org> Message-ID: <4E8C035B.1040207@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Sven, Am 04.10.2015 21:53, schrieb Sven Schnelle: > timer_init() now returns an int (the error code) instead of void. > This makes compilation fail with: > > interrupts.c:111: error: conflicting types for 'timer_init' > /home/svens/u-boot/u-boot/include/common.h:246: error: previous declaration of 'timer_init' was here > make[1]: *** [interrupts.o] Error 1 > > Signed-off-by: Sven Schnelle Acked-by: Andreas Bie?mann