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
8bbe23871b
commit
52bcb6f38c
@ -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…
Reference in New Issue
Block a user