Revision dc9a719528d782777b86936b817cc0913d5f0b42 authored by Andi Kleen on 30 May 2006, 20:47:48 UTC, committed by Linus Torvalds on 31 May 2006, 03:31:05 UTC
Complaining about the IOMMU not compiled in doesn't make sense
here because it is clearly compiled in.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 6ae53cd
Raw File
mc146818rtc.h
/*
 * Machine dependent access functions for RTC registers.
 */
#ifndef _ASM_MC146818RTC_H
#define _ASM_MC146818RTC_H

/* empty include file to satisfy the include in genrtc.c */

#endif /* _ASM_MC146818RTC_H */
back to top