[Quanta-LY4R,IX1B] Update ONLP:

1. Remove all AIM_LOG_MSG statements because these are always output regardless of the logging level
This commit is contained in:
Jonathan Tsai
2017-07-19 08:18:16 +08:00
parent 87cd765b8c
commit 5eb6952d87
5 changed files with 0 additions and 27 deletions

View File

@@ -23,16 +23,12 @@
*
***********************************************************/
#include <onlp/platformi/fani.h>
#include "x86_64_quanta_ix1b_rglbmc_int.h"
#include "x86_64_quanta_ix1b_rglbmc_log.h"
#include <onlplib/file.h>
int
onlp_fani_init(void)
{
AIM_LOG_MSG("ONLP is not supported for FAN");
return ONLP_STATUS_E_UNSUPPORTED;
}

View File

@@ -23,11 +23,9 @@
*
***********************************************************/
#include <onlp/platformi/thermali.h>
#include "x86_64_quanta_ix1b_rglbmc_log.h"
int
onlp_thermali_init(void)
{
AIM_LOG_MSG("ONLP is not supported for THERMAL");
return ONLP_STATUS_E_UNSUPPORTED;
}

View File

@@ -22,19 +22,10 @@
*
*
***********************************************************/
#include <x86_64_quanta_ly4r/x86_64_quanta_ly4r_config.h>
#include <x86_64_quanta_ly4r/x86_64_quanta_ly4r_gpio_table.h>
#include <onlp/platformi/fani.h>
#include "x86_64_quanta_ly4r_int.h"
#include "x86_64_quanta_ly4r_log.h"
#include <onlplib/file.h>
#include <onlplib/gpio.h>
int
onlp_fani_init(void)
{
AIM_LOG_MSG("ONLP is not supported for FAN");
return ONLP_STATUS_E_UNSUPPORTED;
}

View File

@@ -6,18 +6,10 @@
*
*
***********************************************************/
#include <x86_64_quanta_ly4r/x86_64_quanta_ly4r_config.h>
#include <x86_64_quanta_ly4r/x86_64_quanta_ly4r_gpio_table.h>
#include <onlp/platformi/psui.h>
#include <onlplib/file.h>
#include <onlplib/gpio.h>
#include "x86_64_quanta_ly4r_int.h"
#include "x86_64_quanta_ly4r_log.h"
#include <AIM/aim_string.h>
int
onlp_psui_init(void)
{
AIM_LOG_MSG("ONLP is not supported for RPSU");
return ONLP_STATUS_E_UNSUPPORTED;
}

View File

@@ -23,13 +23,9 @@
*
***********************************************************/
#include <onlp/platformi/thermali.h>
#include <onlplib/file.h>
#include "x86_64_quanta_ly4r_int.h"
#include "x86_64_quanta_ly4r_log.h"
int
onlp_thermali_init(void)
{
AIM_LOG_MSG("ONLP is not supported for THERMAL");
return ONLP_STATUS_E_UNSUPPORTED;
}