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/plutux.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/configs/plutux.h') diff --git a/include/configs/plutux.h b/include/configs/plutux.h index 125a1f1f43..f61af5ae28 100644 --- a/include/configs/plutux.h +++ b/include/configs/plutux.h @@ -28,10 +28,6 @@ /* USB host support */ #define CONFIG_USB_EHCI_TEGRA -/* USB networking support */ - -/* General networking support */ - #include "tegra-common-post.h" #endif /* __CONFIG_H */ -- cgit