]> Pileus Git - ~andy/linux/commit
of: add include asm/setup.h in drivers/of/fdt.c
authorYu Yue <yuyue@mprc.pku.edu.cn>
Fri, 26 Aug 2011 10:03:42 +0000 (18:03 +0800)
committerGuan Xuetao <gxt@mprc.pku.edu.cn>
Tue, 10 Jan 2012 02:29:41 +0000 (10:29 +0800)
commiteb52d5801302a3515506891c13338fbaa7222f36
tree21bd6fb7e0117a150d6a9e21e66255defeaf7e9f
parent8c939402e43b21ea8ac031b7f751fa0c6b0faf00
of: add include asm/setup.h in drivers/of/fdt.c

In the file drivers/of/fdt.c, it uses the COMMAND_LINE_SIZE which is stated
in asm/setup.h, so asm/setup.h should be included in drivers/of/fdt.c.

Signed-off-by: Yu Yue <yuyue@mprc.pku.edu.cn>
Signed-off-by: Guan Xuetao <guanxuetao@mprc.pku.edu.cn>
Cc: Grant Likerly <grant.likely@secretlab.ca>
Cc: devicetree-discuss@lists.ozlabs.org
Cc: Arnd Bergmann <arnd@arndb.de>
drivers/of/fdt.c