Re: [PATCH] hwmon: (ibmpowernv) Fix build error seen for some configurations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 04/09/2015 06:12 AM, Guenter Roeck wrote:
> Fix
> drivers/hwmon/ibmpowernv.c: In function 'get_logical_cpu':
> drivers/hwmon/ibmpowernv.c:121:3:
> 	error: implicit declaration of function 'get_hard_smp_processor_id'
>
> seen for some configurations, possibly if SMP is not configured.

I will add that configuration to my tests.

Thanks,

C. 

> 
> Fixes: 3df2f59f0aae ("hwmon: (ibmpowernv) pretty print labels")
> Cc: Cédric Le Goater <clg@xxxxxxxxxx>
> Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
> ---
>  drivers/hwmon/ibmpowernv.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/hwmon/ibmpowernv.c b/drivers/hwmon/ibmpowernv.c
> index 7108daf056b0..4255514b2c72 100644
> --- a/drivers/hwmon/ibmpowernv.c
> +++ b/drivers/hwmon/ibmpowernv.c
> @@ -31,6 +31,7 @@
>  #include <asm/opal.h>
>  #include <linux/err.h>
>  #include <asm/cputhreads.h>
> +#include <asm/smp.h>
> 
>  #define MAX_ATTR_LEN	32
>  #define MAX_LABEL_LEN	64
> 


_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors





[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux