2 * Copyright 2012 Luis R. Rodriguez <mcgrof@frijolero.org>
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
8 * Compatibility file for Linux wireless for kernels 3.5.
12 #include <linux/module.h>
14 int simple_open(struct inode *inode, struct file *file)
17 file->private_data = inode->i_private;
20 EXPORT_SYMBOL_GPL(simple_open);