lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 32462a98 authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Greg Kroah-Hartman

staging: android: ion: Add proper header information

The filenames in headers add nothing are often wrong after moves, lets
drop them here and add a little description of the files contents.
Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 65af887c
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion.c
* ION Memory Allocator
*
* Copyright (C) 2011 Google, Inc.
*/
......
/* SPDX-License-Identifier: GPL-2.0 */
/*
* drivers/staging/android/ion/ion.h
* ION Memory Allocator kernel interface header
*
* Copyright (C) 2011 Google, Inc.
*/
......
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_carveout_heap.c
* ION Memory Allocator carveout heap helper
*
* Copyright (C) 2011 Google, Inc.
*/
......
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_chunk_heap.c
* ION memory allocator chunk heap helper
*
* Copyright (C) 2012 Google, Inc.
*/
......
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_cma_heap.c
* ION Memory Allocator CMA heap exporter
*
* Copyright (C) Linaro 2012
* Author: <benjamin.gaignard@linaro.org> for ST-Ericsson.
......
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_heap.c
* ION Memory Allocator generic heap helpers
*
* Copyright (C) 2011 Google, Inc.
*/
......
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_mem_pool.c
* ION Memory Allocator page pool helpers
*
* Copyright (C) 2011 Google, Inc.
*/
......
// SPDX-License-Identifier: GPL-2.0
/*
* drivers/staging/android/ion/ion_system_heap.c
* ION Memory Allocator system heap exporter
*
* Copyright (C) 2011 Google, Inc.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment