Re: [PATCH] crypto: omap-sham - Fix compile errors when CONFIG_OF not defined

2013-01-19 Thread Herbert Xu
On Tue, Jan 15, 2013 at 01:53:02PM -0700, Mark A. Greer wrote: > From: "Mark A. Greer" > > Fix the compile errors created by commit 2545e8d > (crypto: omap-sham - Add Device Tree Support) > when CONFIG_OF is not defined. This includes > changing omap_sham_get_res_dev() to omap_sham_get_res_of()

Re: [PATCH] crypto: omap-sham - Fix compile errors when CONFIG_OF not defined

2013-01-15 Thread Mark A. Greer
On Tue, Jan 15, 2013 at 01:53:02PM -0700, Mark A. Greer wrote: > From: "Mark A. Greer" > > Fix the compile errors created by commit 2545e8d > (crypto: omap-sham - Add Device Tree Support) > when CONFIG_OF is not defined. This includes > changing omap_sham_get_res_dev() to omap_sham_get_res_of()

[PATCH] crypto: omap-sham - Fix compile errors when CONFIG_OF not defined

2013-01-15 Thread Mark A. Greer
From: "Mark A. Greer" Fix the compile errors created by commit 2545e8d (crypto: omap-sham - Add Device Tree Support) when CONFIG_OF is not defined. This includes changing omap_sham_get_res_dev() to omap_sham_get_res_of() and creating an empty version of omap_sham_of_match[]. Signed-off-by: Mark