ucb1x00-assabet.c (e5451c8f8330e03ad3cfa16048b4daf961af434f) ucb1x00-assabet.c (84a14ae8c44fb4828a05f363a09c3261472de00e)
1// SPDX-License-Identifier: GPL-2.0-only
1/*
2 * linux/drivers/mfd/ucb1x00-assabet.c
3 *
4 * Copyright (C) 2001-2003 Russell King, All Rights Reserved.
5 *
2/*
3 * linux/drivers/mfd/ucb1x00-assabet.c
4 *
5 * Copyright (C) 2001-2003 Russell King, All Rights Reserved.
6 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License.
9 *
10 * We handle the machine-specific bits of the UCB1x00 driver here.
11 */
12#include <linux/module.h>
13#include <linux/init.h>
14#include <linux/device.h>
15#include <linux/err.h>
16#include <linux/fs.h>
17#include <linux/gpio_keys.h>

--- 89 unchanged lines hidden ---
7 * We handle the machine-specific bits of the UCB1x00 driver here.
8 */
9#include <linux/module.h>
10#include <linux/init.h>
11#include <linux/device.h>
12#include <linux/err.h>
13#include <linux/fs.h>
14#include <linux/gpio_keys.h>

--- 89 unchanged lines hidden ---