X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fboot%2Fprom.h;h=3e2ddd4a5a816ffeee35883847bffbd617fd2411;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=a57b184c564f150d7e56e9304128062ffb668d84;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/arch/powerpc/boot/prom.h b/arch/powerpc/boot/prom.h index a57b184c5..3e2ddd4a5 100644 --- a/arch/powerpc/boot/prom.h +++ b/arch/powerpc/boot/prom.h @@ -31,11 +31,4 @@ static inline int getprop(void *phandle, const char *name, return call_prom("getprop", 4, 1, phandle, name, buf, buflen); } - -static inline int setprop(void *phandle, const char *name, - void *buf, int buflen) -{ - return call_prom("setprop", 4, 1, phandle, name, buf, buflen); -} - #endif /* _PPC_BOOT_PROM_H_ */