From d5854eb822c9ed03f343dcb2dd67680584e31f06 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 16 Sep 2018 18:22:57 +0100 Subject: tegra: cleanup dangling comments in include/configs There's a number of dangling comments in various tegra configs post migrations of various configs so lets clean them up. Signed-off-by: Peter Robinson Cc: Tom Warren Cc: Stephen Warren Cc: Marcel Ziswiler Cc: Tom Warren Cc: Stephen Warren Cc: Peter.Chubb@data61.csiro.au Cc: Lucas Stach Cc: Stefan Agner Cc: Alban Bedel Cc: Allen Martin Reviewed-by: Marcel Ziswiler Signed-off-by: Tom Warren --- include/configs/trimslice.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/configs/trimslice.h') diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index 427da1c1c2..8972e1738a 100644 --- a/include/configs/trimslice.h +++ b/include/configs/trimslice.h @@ -36,12 +36,6 @@ /* USB Host support */ #define CONFIG_USB_EHCI_TEGRA -/* USB networking support */ - -/* PCI host support */ - -/* General networking support */ - #include "tegra-common-post.h" #endif /* __CONFIG_H */ -- cgit