X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fsmu.h;h=e49f644ca63a18e9bfc491ff326a7d5b5b61d501;hb=35cc0b975057389548bfe5703d438fe0deb4807e;hp=2dc93632f210c94d2fdd18b47dc44ea6d0014bd1;hpb=b05005772f34497eb2b7415a651fe785cbe70e16;p=linux-2.6 diff --git a/include/asm-powerpc/smu.h b/include/asm-powerpc/smu.h index 2dc93632f2..e49f644ca6 100644 --- a/include/asm-powerpc/smu.h +++ b/include/asm-powerpc/smu.h @@ -5,7 +5,6 @@ * Definitions for talking to the SMU chip in newer G5 PowerMacs */ #ifdef __KERNEL__ -#include #include #endif #include @@ -518,7 +517,7 @@ struct smu_sdbp_cpupiddata { * This returns the pointer to an SMU "sdb" partition data or NULL * if not found. The data format is described below */ -extern struct smu_sdbp_header *smu_get_sdb_partition(int id, +extern const struct smu_sdbp_header *smu_get_sdb_partition(int id, unsigned int *size); /* Get "sdb" partition data from an SMU satellite */