linux-stable/drivers/staging/vt6656/channel.h
Aldas Taraškevičius e1e0ee8ed2 staging: vt6656: Remove filenames in files
checkpatch.pl warning: It's generally not useful to have the filename in
the file

Remove the filenames.

Signed-off-by: Aldas Taraškevičius <aldas60@gmail.com>
Link: https://lore.kernel.org/r/20210827163203.4100-1-aldas60@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-08-28 08:33:33 +02:00

21 lines
374 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* Purpose: Country Regulation Rules header file
*
* Author: Lucas Lin
*
* Date: Dec 23, 2004
*
*/
#ifndef _CHANNEL_H_
#define _CHANNEL_H_
#include "device.h"
void vnt_init_bands(struct vnt_private *priv);
#endif /* _CHANNEL_H_ */