Skip to content

Commit

Permalink
[MIPS] I8253: Export i2853_lock to modules.
Browse files Browse the repository at this point in the history
This fixes:

  ERROR: "i8253_lock" [drivers/input/misc/pcspkr.ko] undefined!

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Apr 1, 2008
1 parent 5408c49 commit a05e623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/kernel/i8253.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <asm/time.h>

DEFINE_SPINLOCK(i8253_lock);
EXPORT_SYMBOL(i8253_lock);

/*
* Initialize the PIT timer.
Expand Down

0 comments on commit a05e623

Please sign in to comment.