Remove MULTI_CONSOLE_API flag and references to it
[project/bcm63xx/atf.git] / drivers / console / multi_console.c
index 1ec81c3c6156f7af830d02d041312393e050f8f0..d9eba7f020e017cff67244b0a694a2edcc1d0d75 100644 (file)
@@ -4,8 +4,6 @@
  * SPDX-License-Identifier: BSD-3-Clause
  */
 
-#if MULTI_CONSOLE_API
-
 #include <assert.h>
 
 #include <drivers/console.h>
@@ -121,5 +119,3 @@ int console_flush(void)
 
        return err;
 }
-
-#endif /* MULTI_CONSOLE_API */