Dear Mr. Park, On 9 December 2011 08:00, Kyungmin Park <kyungmin.park@xxxxxxxxxxx> wrote: > On 12/9/11, Thomas Abraham <thomas.abraham@xxxxxxxxxx> wrote: >> Add device tree based discovery support for max8997. >> >> Cc: MyungJoo Ham <myungjoo.ham@xxxxxxxxxxx> >> Cc: Rajendra Nayak <rnayak@xxxxxx> >> Cc: Rob Herring <rob.herring@xxxxxxxxxxx> >> Cc: Grant Likely <grant.likely@xxxxxxxxxxxx> >> Signed-off-by: Thomas Abraham <thomas.abraham@xxxxxxxxxx> [...] >> +#else >> +static int *max8997_i2c_parse_dt_pdata(struct device *dev >> + struct max8997_platform_data **pdata) > It should be 'int' instead of 'int *' > > It's helpful to compile without CONFIG_OF. I apologize for that. I compiled for exynos-dt first and then compiled for origen board (which does not select CONFIG_OF). When compiling for non-dt origen, I missed to notice that CONFIG_OF selection was left over from the previous exynos-dt compile. I have checked again without CONFIG_OF and found this issue as well as two other errors/warnings. Thanks. This was very helpful. Regards, Thomas. [...] -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html