Minor code clean up.

Declare the variable fdt properly as extern.
Call the "set_fn" function pointer the "short way" without the full
  dereferencing syntax.

Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
This commit is contained in:
Gerald Van Baren 2007-04-25 22:23:36 -04:00
parent ba24e2ac3b
commit bb930e76fe
2 changed files with 6 additions and 1 deletions

View file

@ -37,6 +37,11 @@
*/
DECLARE_GLOBAL_DATA_PTR;
/*
* fdt points to our working device tree.
*/
struct fdt_header *fdt;
/********************************************************************/