From 1543e317f1da31b75942316931e8f491a8920811 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Thu, 04 Jan 2024 10:08:02 +0000 Subject: [PATCH] disable FB --- kernel/drivers/iio/accel/mma7660.c | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/kernel/drivers/iio/accel/mma7660.c b/kernel/drivers/iio/accel/mma7660.c index f1a1372..b3c9136 100644 --- a/kernel/drivers/iio/accel/mma7660.c +++ b/kernel/drivers/iio/accel/mma7660.c @@ -1,11 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /** * Freescale MMA7660FC 3-Axis Accelerometer * * Copyright (c) 2016, Intel Corporation. - * - * This file is subject to the terms and conditions of version 2 of - * the GNU General Public License. See the file COPYING in the main - * directory of this archive for more details. * * IIO driver for Freescale MMA7660FC; 7-bit I2C address: 0x4c. */ @@ -191,7 +188,6 @@ mutex_init(&data->lock); data->mode = MMA7660_MODE_STANDBY; - indio_dev->dev.parent = &client->dev; indio_dev->info = &mma7660_info; indio_dev->name = MMA7660_DRIVER_NAME; indio_dev->modes = INDIO_DIRECT_MODE; -- Gitblit v1.6.2