From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 31 Jan 2016 20:24:25 +0100 Subject: [U-Boot] [PATCH v2 18/23] tegra: video: Remove the static variables In-Reply-To: <1454197082-1312-19-git-send-email-sjg@chromium.org> References: <1454197082-1312-1-git-send-email-sjg@chromium.org> <1454197082-1312-19-git-send-email-sjg@chromium.org> Message-ID: <20160131202425.0864ddae@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 Sat, 30 Jan 2016 16:37:57 -0700 Simon Glass sjg at chromium.org wrote: > We can move the static variables into the driver-private data. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/video/tegra.c | 31 +++++++++++++++---------------- > 1 file changed, 15 insertions(+), 16 deletions(-) Acked-by: Anatolij Gustschin