|
@@ -1,22 +1,12 @@
|
|
|
-/*
|
|
|
- * cx231xx IR glue driver
|
|
|
- *
|
|
|
- * Copyright (C) 2010 Mauro Carvalho Chehab
|
|
|
- *
|
|
|
- * Polaris (cx231xx) has its support for IR's with a design close to MCE.
|
|
|
- * however, a few designs are using an external I2C chip for IR, instead
|
|
|
- * of using the one provided by the chip.
|
|
|
- * This driver provides support for those extra devices
|
|
|
- *
|
|
|
- * This program is free software; you can redistribute it and/or
|
|
|
- * modify it under the terms of the GNU General Public License as
|
|
|
- * published by the Free Software Foundation version 2.
|
|
|
- *
|
|
|
- * This program is distributed in the hope that it will be useful,
|
|
|
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
- * General Public License for more details.
|
|
|
- */
|
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
|
+// cx231xx IR glue driver
|
|
|
+//
|
|
|
+// Copyright (c) 2010 Mauro Carvalho Chehab <mchehab@kernel.org>
|
|
|
+//
|
|
|
+// Polaris (cx231xx) has its support for IR's with a design close to MCE.
|
|
|
+// however, a few designs are using an external I2C chip for IR, instead
|
|
|
+// of using the one provided by the chip.
|
|
|
+// This driver provides support for those extra devices
|
|
|
|
|
|
#include "cx231xx.h"
|
|
|
#include <linux/slab.h>
|