Don't get duplication rtc_probe() definitions.

This commit is contained in:
Eric Norum
2004-10-11 20:13:31 +00:00
parent a51d02451d
commit 5fb56e6230
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ rtc_tbl RTC_Table[] = {
"/dev/rtc", /* sDeviceName */
RTC_MC146818A, /* deviceType */
&mc146818a_fns, /* pDeviceFns */
rtc_probe, /* deviceProbe */
mc146818a_probe, /* deviceProbe */
NULL, /* pDeviceParams */
0x70, /* ulCtrlPort1 */
0x00, /* ulDataPort */

View File

@@ -33,7 +33,7 @@
/*
* See if chip is present
*/
boolean rtc_probe(
boolean mc146818a_probe(
int minor
)
{