mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Don't get duplication rtc_probe() definitions.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
/*
|
||||
* See if chip is present
|
||||
*/
|
||||
boolean rtc_probe(
|
||||
boolean mc146818a_probe(
|
||||
int minor
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user