Re: [PATCH -next] agp: Make agp_gatt_table static

2023-08-03 Thread kernel test robot
/20230803020820.17414-1-guozihua%40huawei.com patch subject: [PATCH -next] agp: Make agp_gatt_table static config: x86_64-buildonly-randconfig-r001-20230731 (https://download.01.org/0day-ci/archive/20230804/202308040824.jnjy2ii7-...@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce: (https

[PATCH -next] agp: Make agp_gatt_table static

2023-08-03 Thread GUO Zihua
agp_gatt_table is not referred outside drivers/char/agp/generic.c, so make it static Signed-off-by: GUO Zihua --- drivers/char/agp/generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/agp/generic.c b/drivers/char/agp/generic.c index