* 3dfx_device.c (setmtrr_3dfx): Make it static.

(resetmtrr_3dfx): Likewise.
This commit is contained in:
guillemj
2006-12-03 07:13:34 +00:00
parent 3afa27274d
commit b92f14b42c
2 changed files with 7 additions and 2 deletions

View File

@@ -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;

View File

@@ -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