From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 18 Oct 2014 00:16:44 +0200 Subject: [U-Boot] [PATCH 09/11] fdt: Change fdt_pack_reg() to static and fix types In-Reply-To: <1413360341-25828-9-git-send-email-sjg@chromium.org> References: <1413360341-25828-1-git-send-email-sjg@chromium.org> <1413360341-25828-9-git-send-email-sjg@chromium.org> Message-ID: <20141018001644.6856599c@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 15 Oct 2014 02:05:39 -0600 Simon Glass wrote: > This function is only called within this file so make it static. Also > fix its argument types to be consistent with its caller. > > Signed-off-by: Simon Glass > --- > > common/fdt_support.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Anatolij Gustschin