Signed-off-by: Karel Zak <kzak@redhat.com>
extern unsigned int inb(unsigned long port);
extern void outb(unsigned char b, unsigned long port);
#else
-void outb(int a __attribute__ ((__unused__)),
+static void outb(int a __attribute__ ((__unused__)),
int b __attribute__ ((__unused__)))
{
}
-int inb(int c __attribute__ ((__unused__)))
+static int inb(int c __attribute__ ((__unused__)))
{
return 0;
}
* kd.c - KDGHWCLK stuff, possibly m68k only, likely to be deprecated
*/
+# include "hwclock.h"
#ifdef __m68k__
# include "nls.h"
# include "usleep.h"
-# include "hwclock.h"
-
/* Get defines for KDGHWCLK and KDSHWCLK (m68k) */
# include <linux/kd.h>