Commit 57edbe90 authored by Thomas 'Dent' Mirlacher's avatar Thomas 'Dent' Mirlacher Committed by James Morris

[PATCH] redundant declarations (#10_15)

 this patch fixes redundant declarations in 2.5.24
 (same as sent yesterday, but this time automacially splitted
 into several mails)
parent ce3aed43
...@@ -91,6 +91,5 @@ void complete_change_console(unsigned int new_console); ...@@ -91,6 +91,5 @@ void complete_change_console(unsigned int new_console);
int vt_waitactive(int vt); int vt_waitactive(int vt);
void change_console(unsigned int); void change_console(unsigned int);
void reset_vc(unsigned int new_console); void reset_vc(unsigned int new_console);
int vt_waitactive(int vt);
#endif /* _VT_KERN_H */ #endif /* _VT_KERN_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment