From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 31 Mar 2017 22:23:50 -0600 Subject: [U-Boot] [PATCH 5/6] board: samsung: trats: remove the i2c_init function In-Reply-To: <20170330123002.21207-6-jh80.chung@samsung.com> References: <20170330123002.21207-1-jh80.chung@samsung.com> <20170330123002.21207-6-jh80.chung@samsung.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30 March 2017 at 06:30, Jaehoon Chung wrote: > i2c should be initialized with device-tree. > This function doesn't need anymore. > > Signed-off-by: Jaehoon Chung > --- > board/samsung/trats/trats.c | 13 ------------- > 1 file changed, 13 deletions(-) Reviewed-by: Simon Glass