From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 02 Mar 2016 20:10:37 +0100 Subject: [PATCH] CNS3xxx: remove unused *_VIRT definitions In-Reply-To: References: Message-ID: <3497977.bq3igK6eXq@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 01 March 2016 08:49:10 Krzysztof Ha?asa wrote: > Signed-off-by: Krzysztof Ha?asa > Applied to next/fixes-non-critical, with this changelog added: commit 59e430525b1f966edf2573256d78bf63c7561433 Author: Krzysztof Ha?asa Date: Tue Mar 1 08:49:10 2016 +0100 CNS3xxx: remove unused *_VIRT definitions All PCI mmio ranges are dynamically mapped now, so we can remove the fixed virtual address definitions. Signed-off-by: Krzysztof Ha?asa Signed-off-by: Arnd Bergmann Arnd