From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 22 Jan 2019 00:42:24 +0100 Subject: [U-Boot] [PATCH 03/11] sound: i2s: Tidy up a few comments In-Reply-To: <20181227202446.229042-4-sjg@chromium.org> References: <20181227202446.229042-4-sjg@chromium.org> <20181227202446.229042-1-sjg@chromium.org> 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 Fix a struct typo and drop a comment (and function prototype) which is not actually used. Signed-off-by: Simon Glass --- include/i2s.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) Applied to u-boot-dm, thanks!