Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

iommu/shmobile: Remove unused include/linux/platform_data/sh_ipmmu.h header

include/linux/platform_data/sh_ipmmu.h is unused since commit

ae50dc4874c5 ("iommu/shmobile: Remove unused Renesas IPMMU/IPMMUI")

Let's remove it.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Joerg Roedel <jroedel@suse.de>

authored by

Corentin Labbe and committed by
Joerg Roedel
7efe25a7 021c9179

-18
-18
include/linux/platform_data/sh_ipmmu.h
··· 1 - /* sh_ipmmu.h 2 - * 3 - * Copyright (C) 2012 Hideki EIRAKU 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - */ 9 - 10 - #ifndef __SH_IPMMU_H__ 11 - #define __SH_IPMMU_H__ 12 - 13 - struct shmobile_ipmmu_platform_data { 14 - const char * const *dev_names; 15 - unsigned int num_dev_names; 16 - }; 17 - 18 - #endif /* __SH_IPMMU_H__ */