We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298c2af commit 5852357Copy full SHA for 5852357
drivers/cdx/cdx.c
@@ -707,7 +707,7 @@ static const struct vm_operations_struct cdx_phys_vm_ops = {
707
* Return: true on success, false otherwise.
708
*/
709
static int cdx_mmap_resource(struct file *fp, struct kobject *kobj,
710
- struct bin_attribute *attr,
+ const struct bin_attribute *attr,
711
struct vm_area_struct *vma)
712
{
713
struct cdx_device *cdx_dev = to_cdx_device(kobj_to_dev(kobj));
0 commit comments