* 3dfx_device.c (setmtrr_3dfx): Make it static.
(resetmtrr_3dfx): Likewise.
This commit is contained in:
@@ -632,7 +632,7 @@ static int ioctl_3dfx(struct inode *inode, struct file *file, unsigned int cmd,
|
||||
}
|
||||
|
||||
#ifdef CONFIG_MTRR
|
||||
int setmtrr_3dfx(void)
|
||||
static int setmtrr_3dfx(void)
|
||||
{
|
||||
int i = 0, retval = -2;
|
||||
unsigned char dlc;
|
||||
@@ -723,7 +723,7 @@ int setmtrr_3dfx(void)
|
||||
return retval;
|
||||
}
|
||||
|
||||
int resetmtrr_3dfx(void)
|
||||
static int resetmtrr_3dfx(void)
|
||||
{
|
||||
int i, ret, retval = 0;
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2006-12-03 Guillem Jover <guillem@hadrons.org>
|
||||
|
||||
* 3dfx_device.c (setmtrr_3dfx): Make it static.
|
||||
(resetmtrr_3dfx): Likewise.
|
||||
|
||||
2006-12-03 Guillem Jover <guillem@hadrons.org>
|
||||
|
||||
* 3dfx_device.c (id_table_3dfx): Move newar the corresponding ifdef
|
||||
|
||||
Reference in New Issue
Block a user