radeon_hd: A few style fixes, no functional change

This commit is contained in:
Alexander von Gluck IV 2012-01-29 09:45:55 -06:00
parent e817f41e8b
commit d2a69507d0
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
* Alexander von Gluck, kallisti5@unixzen.com * Alexander von Gluck, kallisti5@unixzen.com
*/ */
#include "accelerant.h" #include "accelerant.h"
#include <AGP.h> #include <AGP.h>

View File

@ -39,6 +39,7 @@ extern "C" void _sPrintf(const char* format, ...);
#define ERROR(x...) _sPrintf("radeon_hd: " x) #define ERROR(x...) _sPrintf("radeon_hd: " x)
status_t status_t
create_mode_list(void) create_mode_list(void)
{ {