在 2013-02-06三的 23:15 -0500,Kevin O'Connor写道: > On Mon, Feb 04, 2013 at 10:27:59AM +0800, liguang wrote: > > Signed-off-by: liguang <lig.f...@cn.fujitsu.com> > > Thanks. Some comments. > > [...] > > --- a/src/acpi.h > > +++ b/src/acpi.h > [...] > > +#include "acpi-dsdt.hex" > > Moving the acpi structure defines to the header is fine, but moving > the DSDT code into the header is definitely not right.
OK, will remove this include. > > -Kevin >