msdosfs_conv.c references cmos_wall_clock and adjkerntz. Since these
are 0 for arm, define them as such to make msdosfs_conv.c compile again on arm.
This commit is contained in:
parent
8a03cf5c82
commit
95e4208ebf
@ -29,4 +29,7 @@
|
||||
#ifndef _MACHINE_CLOCK_H_
|
||||
#define _MACHINE_CLOCK_H_
|
||||
|
||||
#define wall_cmos_clock 0
|
||||
#define adjkerntz 0
|
||||
|
||||
#endif /* !_MACHINE_CLOCK_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user