long fl_ioctrl(struct file *file, unsigned int cmd, unsigned long arg)
{
	return flashlight_ioctl(file, cmd, arg);
}
static long my_ioctl_compat(struct file *filep, unsigned int cmd, unsigned long arg)
{
    return flashlight_ioctl(filep, cmd, arg);
}