linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / powerpc / boot / prom.h
index a57b184..3e2ddd4 100644 (file)
@@ -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_ */