diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ramtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ramtest.c b/src/lib/ramtest.c index 224393f6f0..45178a7e23 100644 --- a/src/lib/ramtest.c +++ b/src/lib/ramtest.c @@ -1,5 +1,5 @@ #include <stdint.h> -#include <lib.h> /* Prototypes */ +#include <lib.h> #include <console/console.h> #include <device/mmio.h> |