diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-09 17:19:21 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-09 17:19:21 +0100 |
commit | 2a074f4a54d11ec0ce16b35e9a88feaa2fd886aa (patch) | |
tree | b81ab05dac66fa0cccf44896d2d86be7ba52aa49 /arch/m68k/include/asm/mc146818rtc_no.h | |
parent | 23c7b521c250b261dd97a7a06d5a2e74b56233d5 (diff) | |
parent | 8bd4bb7a35e8ebb015a531218614c48e10a3c4ee (diff) | |
download | kernel_samsung_smdk4412-2a074f4a54d11ec0ce16b35e9a88feaa2fd886aa.zip kernel_samsung_smdk4412-2a074f4a54d11ec0ce16b35e9a88feaa2fd886aa.tar.gz kernel_samsung_smdk4412-2a074f4a54d11ec0ce16b35e9a88feaa2fd886aa.tar.bz2 |
Merge branch 'topic/quirk-cleanup' into topic/hda
Diffstat (limited to 'arch/m68k/include/asm/mc146818rtc_no.h')
-rw-r--r-- | arch/m68k/include/asm/mc146818rtc_no.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/mc146818rtc_no.h b/arch/m68k/include/asm/mc146818rtc_no.h new file mode 100644 index 0000000..907a048 --- /dev/null +++ b/arch/m68k/include/asm/mc146818rtc_no.h @@ -0,0 +1,9 @@ +/* + * Machine dependent access functions for RTC registers. + */ +#ifndef _M68KNOMMU_MC146818RTC_H +#define _M68KNOMMU_MC146818RTC_H + +/* empty include file to satisfy the include in genrtc.c/ide-geometry.c */ + +#endif /* _M68KNOMMU_MC146818RTC_H */ |