From d6548d00636577a7dff4d00470d5cc9c15322ab6 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 28 Feb 2013 15:03:18 +0700 Subject: strengthen include policy. Only limited headers are allowed to included from a header file. Missing needed to be included in *.c --- tests/test/host/ehci/test_ehci.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/test') diff --git a/tests/test/host/ehci/test_ehci.c b/tests/test/host/ehci/test_ehci.c index c0200e3b0..ec7f821a5 100644 --- a/tests/test/host/ehci/test_ehci.c +++ b/tests/test/host/ehci/test_ehci.c @@ -279,9 +279,12 @@ void test_register_portsc(void) } //--------------------------------------------------------------------+ -// EHCI Data Organiztion +// EHCI Data Organization //--------------------------------------------------------------------+ +void test_(void) +{ +} //--------------------------------------------------------------------+ // Helper -- cgit v1.3.1