From: Kumar Gala Date: Sun, 19 Oct 2008 17:49:19 +0000 (-0500) Subject: 85xx: Fix compile warning in mpc8536ds.c X-Git-Tag: v2009.01-rc1~152 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1836881190b3d8a6918b0d64b39fe32bbbdf85d8;p=kernel%2Fu-boot.git 85xx: Fix compile warning in mpc8536ds.c mpc8536ds.c: In function 'is_sata_supported': mpc8536ds.c:615: warning: unused variable 'devdisr' Signed-off-by: Kumar Gala --- diff --git a/board/freescale/mpc8536ds/mpc8536ds.c b/board/freescale/mpc8536ds/mpc8536ds.c index ce77bb9..f357826 100644 --- a/board/freescale/mpc8536ds/mpc8536ds.c +++ b/board/freescale/mpc8536ds/mpc8536ds.c @@ -612,7 +612,6 @@ get_board_ddr_clk(ulong dummy) int is_sata_supported(void) { volatile ccsr_gur_t *gur = (void *)(CONFIG_SYS_MPC85xx_GUTS_ADDR); - uint devdisr = gur->devdisr; uint sdrs2_io_sel = (gur->pordevsr & MPC85xx_PORDEVSR_SRDS2_IO_SEL) >> 27; if (sdrs2_io_sel & 0x04)